mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/rv40vlc2: Make VLC smaller
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
278a27f651
commit
9a61326b0f
@ -33,7 +33,7 @@
|
|||||||
* codes used for the first four block types
|
* codes used for the first four block types
|
||||||
*/
|
*/
|
||||||
//@{
|
//@{
|
||||||
#define AIC_TOP_BITS 8
|
#define AIC_TOP_BITS 7
|
||||||
#define AIC_TOP_SIZE 16
|
#define AIC_TOP_SIZE 16
|
||||||
static const uint8_t rv40_aic_top_vlc_codes[AIC_TOP_SIZE] = {
|
static const uint8_t rv40_aic_top_vlc_codes[AIC_TOP_SIZE] = {
|
||||||
0x01, 0x05, 0x01, 0x00, 0x03, 0x3D, 0x1D, 0x02,
|
0x01, 0x05, 0x01, 0x00, 0x03, 0x3D, 0x1D, 0x02,
|
||||||
|
Loading…
Reference in New Issue
Block a user