[SCM] libav/experimental: isom: Support Sony XAVC in mov

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:53 UTC 2014


The following commit has been merged in the experimental branch:
commit eeae858596a5ce5a84797283f590a16add5704f4
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Fri Oct 18 07:50:50 2013 +0200

    isom: Support Sony XAVC in mov
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara at gmail.com>

diff --git a/libavformat/isom.c b/libavformat/isom.c
index f70f982..c5b8b60 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -153,6 +153,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_H264, MKTAG('a', 'i', '1', '5') }, /* AVC-Intra 100M 1080i50 */
     { AV_CODEC_ID_H264, MKTAG('a', 'i', '1', '6') }, /* AVC-Intra 100M 1080i60 */
     { AV_CODEC_ID_H264, MKTAG('A', 'V', 'i', 'n') }, /* AVC-Intra with implicit SPS/PPS */
+    { AV_CODEC_ID_H264, MKTAG('a', 'i', 'v', 'x') }, /* XAVC 4:2:2 10bit */
 
     { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', '1', 'v', '1') }, /* Apple MPEG-1 Camcorder */
     { AV_CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'e', 'g') }, /* MPEG */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list