Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-06-05 12:21:54 +0400
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-06-05 12:21:54 +0400
commit0cf0c5bfa848e6d02ecbcb1c87c061c39a5a6e0b (patch)
tree978e208bf8729eea365c0e955fc8e6eb32362494 /libavcodec/dxa.c
parent1ea9dbbb929c1088b661a61022a89d48bc2a9718 (diff)
dxa decoder uses get_buffer, set CODEC_CAP_DR1
Originally committed as revision 19096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dxa.c')
-rw-r--r--libavcodec/dxa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c
index 5339580c02..69aed3c89e 100644
--- a/libavcodec/dxa.c
+++ b/libavcodec/dxa.c
@@ -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"),
};