]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/iff.c
dxva: support DXGI_FORMAT_420_OPAQUE decoding
[ffmpeg] / libavcodec / iff.c
index 075ada6ddd1d1fae1b08b34e4a70bfa72744f252..33cf2e3a947858a420474157880ffb774ab0fc71 100644 (file)
@@ -1878,6 +1878,7 @@ AVCodec ff_iff_ilbm_decoder = {
     .init           = decode_init,
     .close          = decode_end,
     .decode         = decode_frame,
+    .caps_internal  = FF_CODEC_CAP_INIT_CLEANUP,
     .capabilities   = AV_CODEC_CAP_DR1,
 };
 #endif