From d6acefe05862af244fd5a30ae946ed507c063994 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 27 Feb 2014 14:49:53 -0800 Subject: proresenc: Drop unnecessary DCT permutation bits No permutation is necessary for the FDCT. --- libavcodec/proresdsp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/proresdsp.c') diff --git a/libavcodec/proresdsp.c b/libavcodec/proresdsp.c index ac05d6176d..09008ea5ef 100644 --- a/libavcodec/proresdsp.c +++ b/libavcodec/proresdsp.c @@ -86,8 +86,5 @@ av_cold void ff_proresdsp_init(ProresDSPContext *dsp) #endif #if CONFIG_PRORES_ENCODER dsp->fdct = prores_fdct_c; - dsp->dct_permutation_type = FF_NO_IDCT_PERM; - ff_init_scantable_permutation(dsp->dct_permutation, - dsp->dct_permutation_type); #endif } -- cgit v1.2.3