mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
1ea9dbbb92
commit
0cf0c5bfa8
|
@ -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"),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue