Re: [FFmpeg-devel] [PATCH] avformat/format: temporarily use old next api

2018-02-09 Thread Muhammad Faiz
On Sat, Feb 10, 2018 at 1:08 AM, Muhammad Faiz wrote: > On Fri, Feb 9, 2018 at 7:04 PM, James Almer wrote: >> On 2/9/2018 7:16 AM, Muhammad Faiz wrote: >>> Should fix >>> https://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225066.html >>> >>> Signed-off-by: Muhammad Faiz >>> --- >>> The act

Re: [FFmpeg-devel] [PATCH] avformat/format: temporarily use old next api

2018-02-09 Thread Muhammad Faiz
On Fri, Feb 9, 2018 at 7:04 PM, James Almer wrote: > On 2/9/2018 7:16 AM, Muhammad Faiz wrote: >> Should fix >> https://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225066.html >> >> Signed-off-by: Muhammad Faiz >> --- >> The actual problem is that av*next() and av*iterate() have different >>

Re: [FFmpeg-devel] [PATCH] avformat/format: temporarily use old next api

2018-02-09 Thread James Almer
On 2/9/2018 7:16 AM, Muhammad Faiz wrote: > Should fix https://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225066.html > > Signed-off-by: Muhammad Faiz > --- > The actual problem is that av*next() and av*iterate() have different > semantics: > - av*next() iterate all formats+devices > - a

[FFmpeg-devel] [PATCH] avformat/format: temporarily use old next api

2018-02-09 Thread Muhammad Faiz
Should fix https://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225066.html Signed-off-by: Muhammad Faiz --- The actual problem is that av*next() and av*iterate() have different semantics: - av*next() iterate all formats+devices - av*iterate() iterate formats only. Is this the intended beh