changeset 733:ec09d6e383b4 libavformat

Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)
author michael
date Wed, 20 Apr 2005 09:42:47 +0000
parents 1221cba1c069
children 909942162fa3
files avienc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avienc.c	Tue Apr 19 00:35:08 2005 +0000
+++ b/avienc.c	Wed Apr 20 09:42:47 2005 +0000
@@ -180,6 +180,7 @@
     { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') },
     { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') },
     { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
+    { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
     { CODEC_ID_RAWVIDEO, 0 },
     { 0, 0 },
 };