Browse Source

Support 3IVD in isom, produced by 3ivx DivX Doctor.

Fixes ticket #486.
(cherry picked from commit 4a9b069b6742f78ed7511d2a87af621ab1d43a59)
Carl Eugen Hoyos 13 years ago
parent
commit
9442f50c33
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libavformat/isom.c

+ 2 - 0
libavformat/isom.c

@@ -208,6 +208,8 @@ const AVCodecTag codec_movvideo_tags[] = {
     { CODEC_ID_PRORES, MKTAG('a', 'p', 'c', 'o') }, /* Apple ProRes 422 Proxy */
     { CODEC_ID_PRORES, MKTAG('a', 'p', '4', 'h') }, /* Apple ProRes 4444 */
 
+    { CODEC_ID_MSMPEG4V3, MKTAG('3', 'I', 'V', 'D') }, /* 3ivx DivX Doctor */
+
     { CODEC_ID_NONE, 0 },
 };