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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/proresdsp.h') diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h index 21d12e8814..71a07062f2 100644 --- a/libavcodec/proresdsp.h +++ b/libavcodec/proresdsp.h @@ -30,8 +30,6 @@ typedef struct ProresDSPContext { int idct_permutation_type; uint8_t idct_permutation[64]; - int dct_permutation_type; - uint8_t dct_permutation[64]; void (* idct_put) (uint16_t *out, int linesize, int16_t *block, const int16_t *qmat); void (* fdct) (const uint16_t *src, int linesize, int16_t *block); } ProresDSPContext; -- cgit v1.2.3