[SCM] libav/experimental: riff: add "SM4V" FourCC

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:37 UTC 2014


The following commit has been merged in the experimental branch:
commit ade32b4a84000b4f0833f5bfaede5595e01bcc8f
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date:   Thu Apr 3 12:56:33 2014 +0200

    riff: add "SM4V" FourCC

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') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list