X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh261dec.c;h=8a49e7d894769e23ba6c577f3cd5dd70a302bdca;hb=51225dee0a6266780d26d43bd6802bbcf736327e;hp=14a874c45d7a95e33e8c20324fcb6c56b734b76c;hpb=03210fe138f3b3bd7f5272fe29aca810cf517329;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, };