summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-10-25 11:19:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2014-10-26 19:21:59 +0100
commit05da586fef865274d44da57f841068b5f17c812c (patch)
tree29feeeda4157d8d64c7840c156d2c5a7c2410ab8 /libavcodec/dv.h
parent6fe02d25ee6816e44de8d8b23b6905d307e1ed28 (diff)
downloadffmpeg-streaming-05da586fef865274d44da57f841068b5f17c812c.zip
ffmpeg-streaming-05da586fef865274d44da57f841068b5f17c812c.tar.gz
dv: move inverse weight tables to decoder
The encoder has its own tables and does not access the idct_factor member of the DVVideoContext structure. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dv.h')
-rw-r--r--libavcodec/dv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dv.h b/libavcodec/dv.h
index 8a54cfe..e68d7b0 100644
--- a/libavcodec/dv.h
+++ b/libavcodec/dv.h
@@ -95,6 +95,7 @@ enum dv_pack_type {
extern RL_VLC_ELEM ff_dv_rl_vlc[1184];
int ff_dv_init_dynamic_tables(DVVideoContext *s, const AVDVProfile *d);
+
int ff_dvvideo_init(AVCodecContext *avctx);
static inline int dv_work_pool_size(const AVDVProfile *d)
OpenPOWER on IntegriCloud