This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
huffyuv: increase VLC_BITS to 12
May require a different tuning for arm chips? Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Christophe Gisquet
Michael Niedermayer
11 years ago
parent
2e532aa82d
commit
4ba8560077
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/huffyuv.h
+ 1
- 1
libavcodec/huffyuv.h
View File
@@ -39,7 +39,7 @@
#include "put_bits.h"
#include "lossless_videodsp.h"
#define VLC_BITS 1
1
#define VLC_BITS 1
2
#define MAX_BITS 16
#define MAX_N (1<<MAX_BITS)
Write
Preview
Loading…
Cancel
Save