[FFmpeg-cvslog] riff: add "SM4V" FourCC

Piotr Bandurski git at videolan.org
Fri Apr 4 03:25:02 CEST 2014


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Thu Apr  3 12:56:33 2014 +0200| [ade32b4a84000b4f0833f5bfaede5595e01bcc8f] | committer: Vittorio Giovara

riff: add "SM4V" FourCC

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 83fa4be..a60d750 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -102,6 +102,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_MPEG4,        MKTAG('G', 'E', 'O', 'V') },
     /* Samsung SHR-6040 */
     { AV_CODEC_ID_MPEG4,        MKTAG('S', 'I', 'P', 'P') },
+    { AV_CODEC_ID_MPEG4,        MKTAG('S', 'M', '4', 'V') },
     { AV_CODEC_ID_MPEG4,        MKTAG('X', 'V', 'I', 'X') },
     { AV_CODEC_ID_MPEG4,        MKTAG('D', 'r', 'e', 'X') },
     { AV_CODEC_ID_MSMPEG4V3,    MKTAG('M', 'P', '4', '3') },



More information about the ffmpeg-cvslog mailing list