changeset 9794:fd3481a592b2 libavcodec

indeo3 decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:08:49 +0000
parents 54456267c77c
children b5d9bdcb6198
files indeo3.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/indeo3.c	Thu Jun 04 23:25:09 2009 +0000
+++ b/indeo3.c	Fri Jun 05 08:08:49 2009 +0000
@@ -1133,7 +1133,7 @@
     NULL,
     indeo3_decode_end,
     indeo3_decode_frame,
-    0,
+    CODEC_CAP_DR1,
     NULL,
     .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
 };