X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fnuv.c;h=75b14bce5b0a302491d6b826dd988d3525f8fb47;hb=635067b75fce06928431ce9b9fcaee0c9b6b7280;hp=32ed65899b13ddcf2b018a8dc829b994c4e5c7c6;hpb=768b07e3bca7e81d2f9c60badb3973d3d88481dc;p=ffmpeg diff --git a/libavcodec/nuv.c b/libavcodec/nuv.c index 32ed65899b1..75b14bce5b0 100644 --- a/libavcodec/nuv.c +++ b/libavcodec/nuv.c @@ -365,4 +365,5 @@ AVCodec ff_nuv_decoder = { .close = decode_end, .decode = decode_frame, .capabilities = AV_CODEC_CAP_DR1, + .caps_internal = FF_CODEC_CAP_INIT_CLEANUP, };