mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
dv: increase VLC reading bits to 10
This also requires a bump in the table size of bit patterns to 1664. From 356 to 348 cycles. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
280da99a8f
commit
4fa772acbb
2 changed files with 4 additions and 4 deletions
|
|
@ -90,9 +90,9 @@ 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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue