diff pcx.c @ 9802:aebbb6c631b6 libavcodec

pcx decoder use get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:29:29 +0000
parents 0dce4fe6e6f3
children 997bdf43a4ed
line wrap: on
line diff
--- a/pcx.c	Fri Jun 05 08:29:05 2009 +0000
+++ b/pcx.c	Fri Jun 05 08:29:29 2009 +0000
@@ -244,7 +244,7 @@
     NULL,
     pcx_end,
     pcx_decode_frame,
-    0,
+    CODEC_CAP_DR1,
     NULL,
     .long_name = NULL_IF_CONFIG_SMALL("PC Paintbrush PCX image"),
 };