[SCM] libav/experimental: isom: Support MPEG-2 video mov files from FPC5

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


The following commit has been merged in the experimental branch:
commit 073cd30fb4dc1c2a885c62540e3cfaac1f17c21b
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Sun Feb 23 00:31:50 2014 +0100

    isom: Support MPEG-2 video mov files from FPC5

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 3b786d7..3b54509 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -205,6 +205,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_MPEG2VIDEO, MKTAG('x', 'd', 'h', 'd') }, /* XDCAM HD 540p */
     { AV_CODEC_ID_MPEG2VIDEO, MKTAG('x', 'd', 'h', '2') }, /* XDCAM HD422 540p */
     { AV_CODEC_ID_MPEG2VIDEO, MKTAG('A', 'V', 'm', 'p') }, /* AVID IMX PAL */
+    { AV_CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', '2', 'v') }, /* FCP5 */
 
     { AV_CODEC_ID_JPEG2000, MKTAG('m', 'j', 'p', '2') }, /* JPEG 2000 produced by FCP */
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list