changeset 9810:8f56bd47d2c8 libavcodec

targa image decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:42:32 +0000
parents 6a3f4053d935
children 87bd4aedc7b1
files targa.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/targa.c	Fri Jun 05 08:41:19 2009 +0000
+++ b/targa.c	Fri Jun 05 08:42:32 2009 +0000
@@ -251,7 +251,7 @@
     NULL,
     targa_end,
     decode_frame,
-    0,
+    CODEC_CAP_DR1,
     NULL,
     .long_name = NULL_IF_CONFIG_SMALL("Truevision Targa image"),
 };