[FFmpeg-cvslog] riff: add G264 to mpeg4, only decodes keyframes

Compn git at videolan.org
Fri Nov 15 15:37:20 CET 2013


ffmpeg | branch: master | Compn <tempn at twmi.rr.com> | Fri Nov 15 09:45:08 2013 -0500| [5592d1b741924d375a04470eda8e601715e0d04c] | committer: Compn

riff: add G264 to mpeg4, only decodes keyframes

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5592d1b741924d375a04470eda8e601715e0d04c
---

 libavformat/riff.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 121a939..0ec8056 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -85,6 +85,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_MPEG4,        MKTAG('M', '4', 'T', '3') },
     { AV_CODEC_ID_MPEG4,        MKTAG('G', 'E', 'O', 'X') },
     /* flipped video */
+    { AV_CODEC_ID_MPEG4,        MKTAG('G', '2', '6', '4') },
+    /* flipped video */
     { AV_CODEC_ID_MPEG4,        MKTAG('H', 'D', 'X', '4') },
     { AV_CODEC_ID_MPEG4,        MKTAG('D', 'M', '4', 'V') },
     { AV_CODEC_ID_MPEG4,        MKTAG('D', 'M', 'K', '2') },



More information about the ffmpeg-cvslog mailing list