[FFmpeg-cvslog] r19101 - trunk/libavcodec/ptx.c
bcoudurier
subversion
Fri Jun 5 10:35:36 CEST 2009
Author: bcoudurier
Date: Fri Jun 5 10:35:36 2009
New Revision: 19101
Log:
ptx image decoder uses get_buffer, set CODEC_CAP_DR1
Modified:
trunk/libavcodec/ptx.c
Modified: trunk/libavcodec/ptx.c
==============================================================================
--- trunk/libavcodec/ptx.c Fri Jun 5 10:33:58 2009 (r19100)
+++ trunk/libavcodec/ptx.c Fri Jun 5 10:35:36 2009 (r19101)
@@ -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"),
};
More information about the ffmpeg-cvslog
mailing list