From 1a265f6187e9036b649fc08f8293b5e1fcd8dfbe Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 2 Feb 2012 20:54:53 +0100 Subject: prores encoder --- libavcodec/proresdsp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/proresdsp.h') diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h index 8b864faabd..f6578258a1 100644 --- a/libavcodec/proresdsp.h +++ b/libavcodec/proresdsp.h @@ -30,7 +30,10 @@ typedef struct { 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, DCTELEM *block, const int16_t *qmat); + void (* fdct) (const uint16_t *src, int linesize, DCTELEM *block); } ProresDSPContext; void ff_proresdsp_init(ProresDSPContext *dsp); -- cgit v1.2.3