X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Flibavcodec%2Fdv.h;fp=ffmpeg%2Flibavcodec%2Fdv.h;h=5d282633dd3a11690016c9b2dfe4d298ba832e88;hp=8a54cfeff48b688751a08cee55fd8f1a52f08ae0;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/libavcodec/dv.h b/ffmpeg/libavcodec/dv.h index 8a54cfe..5d28263 100644 --- a/ffmpeg/libavcodec/dv.h +++ b/ffmpeg/libavcodec/dv.h @@ -90,11 +90,12 @@ enum dv_pack_type { */ #define DV_MAX_BPM 8 -#define TEX_VLC_BITS 9 +#define TEX_VLC_BITS 10 -extern RL_VLC_ELEM ff_dv_rl_vlc[1184]; +extern RL_VLC_ELEM ff_dv_rl_vlc[1664]; 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)