changeset 697:c7e1501cc306 libavformat

Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl>
author mmu_man
date Sat, 12 Mar 2005 13:31:03 +0000
parents e4a2f30900d5
children 829c5c8e5cf2
files mov.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Fri Mar 11 19:52:43 2005 +0000
+++ b/mov.c	Sat Mar 12 13:31:03 2005 +0000
@@ -103,6 +103,7 @@
     { 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 */