]> git.sesse.net Git - ffmpeg/commit
ffmpeg.c: stop accessing private AVStream.codec_info_nb_frames
authorAnton Khirnov <anton@khirnov.net>
Sun, 25 Oct 2020 14:50:55 +0000 (15:50 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 28 Oct 2020 12:58:32 +0000 (13:58 +0100)
commit87f0c8280c7556b52b72b9379547eed77e9810d7
treeacfc165b3ee794ca392293716fe0bec535b4dded
parentf95d9510ff50ab76f310f4ad2e6471e11275b2ff
ffmpeg.c: stop accessing private AVStream.codec_info_nb_frames

Use AVSTREAM_EVENT_FLAG_NEW_PACKETS instead, which should provide the
same information in this case.
fftools/ffmpeg_opt.c