[SCM] libav/experimental: riff: add SMV2 FourCC for H264

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


The following commit has been merged in the experimental branch:
commit a52a1bc91274289d4edaf7f40b2d0c00151e1ef7
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date:   Sat Nov 10 02:11:49 2012 +0100

    riff: add SMV2 FourCC for H264
    
    Sample-Id: smv2.avi

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 7dc8a5f..6be00f3 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -33,6 +33,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_H264,         MKTAG('x', '2', '6', '4') },
     { AV_CODEC_ID_H264,         MKTAG('a', 'v', 'c', '1') },
     { AV_CODEC_ID_H264,         MKTAG('D', 'A', 'V', 'C') },
+    { AV_CODEC_ID_H264,         MKTAG('S', 'M', 'V', '2') },
     { AV_CODEC_ID_H264,         MKTAG('V', 'S', 'S', 'H') },
     { AV_CODEC_ID_H263,         MKTAG('H', '2', '6', '3') },
     { AV_CODEC_ID_H263,         MKTAG('X', '2', '6', '3') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list