[FFmpeg-cvslog] Support MPEG-2 video mov files with sample description mp2v.

Carl Eugen Hoyos git at videolan.org
Sun Feb 23 01:26:12 CET 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Feb 23 00:31:50 2014 +0100| [0aded6bf028ff188e3bbd7eb023bd854b474b794] | committer: Carl Eugen Hoyos

Support MPEG-2 video mov files with sample description mp2v.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aded6bf028ff188e3bbd7eb023bd854b474b794
---

 libavformat/isom.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 3aeb231..f234197 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -218,6 +218,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 */
 



More information about the ffmpeg-cvslog mailing list