X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdxa.c;h=69aed3c89e2ff9c40d7edb3fabae3908a53f0821;hb=d2d5e067359873c3eebaa8e6fbedb5d2ddaab2e3;hp=5339580c02c7de6a8bf1c322921cf72e83afb430;hpb=7a00bbad2100367481240e62876b941b5c4befdc;p=ffmpeg diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c index 5339580c02c..69aed3c89e2 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"), };