]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dxa.c
H.264: Fix memory leaks with multithreading.
[ffmpeg] / libavcodec / dxa.c
index 5339580c02c7de6a8bf1c322921cf72e83afb430..69aed3c89e2ff9c40d7edb3fabae3908a53f0821 100644 (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"),
 };