[SCM] libav/experimental: v210 avi fourcc, v210_720p.avi

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:45:38 UTC 2013


The following commit has been merged in the experimental branch:
commit 9c4e266c1c5ea308f64c3c5c260da201dbf8895e
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Tue May 12 19:58:13 2009 +0000

    v210 avi fourcc, v210_720p.avi
    
    Originally committed as revision 18802 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/riff.c b/libavformat/riff.c
index a55ebf1..7e404ae 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -140,6 +140,7 @@ const AVCodecTag codec_bmp_tags[] = {
     { CODEC_ID_RAWVIDEO,     MKTAG('I', 'Y', 'U', 'V') },
     { CODEC_ID_RAWVIDEO,     MKTAG('Y', '8', '0', '0') },
     { CODEC_ID_RAWVIDEO,     MKTAG('H', 'D', 'Y', 'C') },
+    { CODEC_ID_V210,         MKTAG('v', '2', '1', '0') },
     { CODEC_ID_INDEO3,       MKTAG('I', 'V', '3', '1') },
     { CODEC_ID_INDEO3,       MKTAG('I', 'V', '3', '2') },
     { CODEC_ID_INDEO4,       MKTAG('I', 'V', '4', '1') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list