From 80e8e25ef24eb96333d61a86ee02201abc89f5d9 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 5 Jun 2009 08:35:36 +0000 Subject: ptx image decoder uses get_buffer, set CODEC_CAP_DR1 Originally committed as revision 19101 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ptx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ptx.c') diff --git a/libavcodec/ptx.c b/libavcodec/ptx.c index ac3e7116f3..f8bbca718a 100644 --- a/libavcodec/ptx.c +++ b/libavcodec/ptx.c @@ -114,7 +114,7 @@ AVCodec ptx_decoder = { NULL, ptx_end, ptx_decode_frame, - 0, + CODEC_CAP_DR1, NULL, .long_name = NULL_IF_CONFIG_SMALL("V.Flash PTX image"), }; -- cgit v1.2.3