summaryrefslogtreecommitdiff
path: root/libavcodec/proresdsp.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-27 14:49:54 -0800
committerDiego Biurrun <diego@biurrun.de>2014-02-28 11:17:25 +0100
commit92e598a57a7ce4b8ac9ea56274af39f5fd888311 (patch)
tree23d7c503acb4abea7157919835e6bf0feffd82b0 /libavcodec/proresdsp.h
parentd6acefe05862af244fd5a30ae946ed507c063994 (diff)
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.h1
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);