[SCM] libav/experimental: v210 mov fourcc

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 e131922e485252a3c03da8a919239b6f16fc36d3
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Tue May 12 20:00:11 2009 +0000

    v210 mov fourcc
    
    Originally committed as revision 18803 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/isom.c b/libavformat/isom.c
index bb0b97a..3b1235d 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -65,6 +65,8 @@ const AVCodecTag codec_movvideo_tags[] = {
     { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, /* YUV with alpha-channel (AVID Uncompressed) */
     { CODEC_ID_RAWVIDEO, MKTAG('2', 'v', 'u', 'y') }, /* UNCOMPRESSED 8BIT 4:2:2 */
 
+    { CODEC_ID_V210,   MKTAG('v', '2', '1', '0') }, /* UNCOMPRESSED 10BIT 4:2:2 */
+
     { CODEC_ID_MJPEG,  MKTAG('j', 'p', 'e', 'g') }, /* PhotoJPEG */
     { CODEC_ID_MJPEG,  MKTAG('m', 'j', 'p', 'a') }, /* Motion-JPEG (format A) */
     { CODEC_ID_MJPEG,  MKTAG('A', 'V', 'D', 'J') }, /* MJPEG with alpha-channel (AVID JFIF meridien compressed) */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list