X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fac3dec.c;h=01e08ec0c5792fc85da35efcb8be31034419f45c;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=598255830b0172c843cab4c560fe8c64b4a5752a;hpb=f21b6159cf3110a5f018d6addf7382840d427199;p=ffmpeg diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 598255830b0..01e08ec0c57 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -162,11 +162,6 @@ static av_cold int ac3_decode_init(AVCodecContext *avctx) AC3DecodeContext *s = avctx->priv_data; s->avctx = avctx; -#if FF_API_DRC_SCALE - if (avctx->drc_scale) - s->drc_scale = avctx->drc_scale; -#endif - ff_ac3_common_init(); ac3_tables_init(); ff_mdct_init(&s->imdct_256, 8, 1, 1.0);