]> git.sesse.net Git - ffmpeg/commit
avformat/segafilm - revert keyframe detection
authorGyan Doshi <ffmpeg@gyani.pro>
Sat, 21 Apr 2018 07:14:12 +0000 (12:44 +0530)
committerJames Almer <jamrial@gmail.com>
Sun, 22 Apr 2018 03:32:49 +0000 (00:32 -0300)
commit9f9f56e6791f6c44ac8e4b97a8da5816ed542332
tree0ca67c6a4a793ac0171da4db59a3fe75c0b7e3be
parentc0f154bba506e1cb609b1193632d452b89918a80
avformat/segafilm - revert keyframe detection

Keyframe detection was inverted in cfe1a9d311 in order to fix keyframe
flags set for the sample attached to trac #7091. However, that sample is
errantly muxed.

As noted at
https://web.archive.org/web/20020803104640/http://www.pcisys.net:80/~melanson/codecs/film-format.txt,
the original keyframe detection logic is correct, and this patch
restores it.

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/segafilm.c