Re: [FFmpeg-devel] [RFC] replacing AVStream.codec_info_nb_frames in fmpeg.c

2020-10-28 Thread Anton Khirnov
Quoting Anton Khirnov (2020-10-25 15:58:39) > Hi, > this patch set implements the idea from > 160363238545.32279.13634998196741008...@lain.red.khirnov.net > by exporting "there were new packets for this AVStream" as an event > flag. It should allow us to stop accessing private > AVstream.codec_info

[FFmpeg-devel] [RFC] replacing AVStream.codec_info_nb_frames in fmpeg.c

2020-10-25 Thread Anton Khirnov
Hi, this patch set implements the idea from 160363238545.32279.13634998196741008...@lain.red.khirnov.net by exporting "there were new packets for this AVStream" as an event flag. It should allow us to stop accessing private AVstream.codec_info_nb_frames in ffmpeg.c, but keep the same results for pi