From 92e598a57a7ce4b8ac9ea56274af39f5fd888311 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 27 Feb 2014 14:49:54 -0800 Subject: prores: Drop DSP infrastructure for prores encoder bits None of the encoder bits are arch-optimized. --- libavcodec/proresdsp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/proresdsp.h') diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h index 71a07062f2..e8a3ea96a7 100644 --- a/libavcodec/proresdsp.h +++ b/libavcodec/proresdsp.h @@ -31,7 +31,6 @@ typedef struct ProresDSPContext { int idct_permutation_type; uint8_t idct_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; void ff_proresdsp_init(ProresDSPContext *dsp); -- cgit v1.2.3