[SCM] libav/experimental: add hdv2 fourcc to MPEG2 codec mapping

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:44:33 UTC 2013


The following commit has been merged in the experimental branch:
commit a3075830f257d3ac011f9100c53bf79b8fca5c0e
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Thu Jun 30 11:42:17 2005 +0000

    add hdv2 fourcc to MPEG2 codec mapping
    
    Originally committed as revision 4412 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 2e70498..63529ce 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -118,6 +118,7 @@ static const CodecTag mov_video_tags[] = {
     { CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') }, /* Apple Animation (RLE) */
     { CODEC_ID_QDRAW, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */
     { CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') }, /* AVC-1/H.264 */
+    { CODEC_ID_MPEG2VIDEO, MKTAG('h', 'd', 'v', '2') }, /* MPEG2 produced by Sony HD camera */
     { CODEC_ID_NONE, 0 },
 };
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list