X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhevc.c;h=cd49718b7986b09d15ca2812b88672235b73453e;hb=235e76aeb877bd1b23c12e74588e86752e3dfbe7;hp=02869a078caaebdaa89890abcc4ac68fa6c16868;hpb=3e3779cd517e4d2d1f21d5eb6afdb428cd3c1aa0;p=ffmpeg diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index 02869a078ca..cd49718b798 100644 --- a/libavcodec/hevc.c +++ b/libavcodec/hevc.c @@ -3234,8 +3234,6 @@ static av_cold int hevc_decode_init(AVCodecContext *avctx) HEVCContext *s = avctx->priv_data; int ret; - ff_init_cabac_states(); - avctx->internal->allocate_progress = 1; ret = hevc_init_context(avctx);