X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh261dec.c;h=8a49e7d894769e23ba6c577f3cd5dd70a302bdca;hb=f1919dc8fa391debebb339d5ab2268567783411e;hp=14a874c45d7a95e33e8c20324fcb6c56b734b76c;hpb=a024c3ce9a502849013a4aa2c0a6de0c9270261c;p=ffmpeg diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index 14a874c45d7..8a49e7d8947 100644 --- a/libavcodec/h261dec.c +++ b/libavcodec/h261dec.c @@ -686,5 +686,6 @@ AVCodec ff_h261_decoder = { .close = h261_decode_end, .decode = h261_decode_frame, .capabilities = AV_CODEC_CAP_DR1, + .caps_internal = FF_CODEC_CAP_INIT_CLEANUP, .max_lowres = 3, };