Commit 71d6eb22 authored by Michael Niedermayer's avatar Michael Niedermayer

dnxhdenc: remove redundant call to ff_dsputil_init()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8deddc69
...@@ -280,7 +280,6 @@ static int dnxhd_encode_init(AVCodecContext *avctx) ...@@ -280,7 +280,6 @@ static int dnxhd_encode_init(AVCodecContext *avctx)
avctx->bits_per_raw_sample = ctx->cid_table->bit_depth; avctx->bits_per_raw_sample = ctx->cid_table->bit_depth;
ff_dsputil_init(&ctx->m.dsp, avctx);
ff_dct_common_init(&ctx->m); ff_dct_common_init(&ctx->m);
if (!ctx->m.dct_quantize) if (!ctx->m.dct_quantize)
ctx->m.dct_quantize = ff_dct_quantize_c; ctx->m.dct_quantize = ff_dct_quantize_c;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment