dxa decoder uses get_buffer, set CODEC_CAP_DR1

Originally committed as revision 19096 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-06-05 08:21:54 +00:00
parent 1ea9dbbb92
commit 0cf0c5bfa8
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ AVCodec dxa_decoder = {
NULL,
decode_end,
decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Feeble Files/ScummVM DXA"),
};