Browse Source

dnxhdenc: remove redundant call to ff_dsputil_init()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
71d6eb2208
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/dnxhdenc.c

+ 0
- 1
libavcodec/dnxhdenc.c View File

@@ -280,7 +280,6 @@ static int dnxhd_encode_init(AVCodecContext *avctx)

avctx->bits_per_raw_sample = ctx->cid_table->bit_depth;

ff_dsputil_init(&ctx->m.dsp, avctx);
ff_dct_common_init(&ctx->m);
if (!ctx->m.dct_quantize)
ctx->m.dct_quantize = ff_dct_quantize_c;


Loading…
Cancel
Save