diff avienc.c @ 863:227caa55d8ea libavformat

Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
author melanson
date Thu, 13 Oct 2005 04:31:55 +0000
parents 66cc656ea404
children 7af647503b67
line wrap: on
line diff
--- a/avienc.c	Wed Oct 12 23:25:15 2005 +0000
+++ b/avienc.c	Thu Oct 13 04:31:55 2005 +0000
@@ -188,6 +188,7 @@
     { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
     { CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
     { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') },
+    { CODEC_ID_TRUEMOTION2, MKTAG('T', 'M', '2', '0') },
     { CODEC_ID_RAWVIDEO, 0 },
     { 0, 0 },
 };