diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index 7aae23a678..9bd026b5a2 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -845,7 +845,7 @@ AVCodec fourxm_decoder = { NULL, decode_end, decode_frame, - /*CODEC_CAP_DR1,*/ + CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("4X Movie"), };