diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-02-27 14:49:54 -0800 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-02-28 11:17:25 +0100 |
commit | 92e598a57a7ce4b8ac9ea56274af39f5fd888311 (patch) | |
tree | 23d7c503acb4abea7157919835e6bf0feffd82b0 /libavcodec/proresdsp.h | |
parent | d6acefe05862af244fd5a30ae946ed507c063994 (diff) | |
download | ffmpeg-92e598a57a7ce4b8ac9ea56274af39f5fd888311.tar.gz |
prores: Drop DSP infrastructure for prores encoder bits
None of the encoder bits are arch-optimized.
Diffstat (limited to 'libavcodec/proresdsp.h')
-rw-r--r-- | libavcodec/proresdsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |