[SCM] libav/experimental: Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:43:20 UTC 2013


The following commit has been merged in the experimental branch:
commit fcc872422e0c940dae067d6752fc721f9aeb913e
Author: François Revol <revol at free.fr>
Date:   Sat Mar 12 13:31:03 2005 +0000

    Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>
    
    Originally committed as revision 4033 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 280d233..cb0752b 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -103,6 +103,7 @@ static const CodecTag mov_video_tags[] = {
     { CODEC_ID_MPEG4, MKTAG('m', 'p', '4', 'v') },
     { CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') }, /* OpenDiVX *//* sample files at http://heroinewarrior.com/xmovie.php3 use this tag */
     { CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'D') },
+    { CODEC_ID_MPEG4, MKTAG('3', 'I', 'V', '2') }, /* experimental: 3IVX files before ivx D4 4.5.1 */
 /*    { CODEC_ID_, MKTAG('I', 'V', '5', '0') }, *//* Indeo 5.0 */
     { CODEC_ID_H263, MKTAG('h', '2', '6', '3') }, /* H263 */
     { CODEC_ID_H263, MKTAG('s', '2', '6', '3') }, /* H263 ?? works */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list