Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-28 02:49:54 +0400
committerDiego Biurrun <diego@biurrun.de>2014-02-28 14:17:25 +0400
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);