diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/svq1_vlc.h')
-rw-r--r-- | src/libffmpeg/libavcodec/svq1_vlc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/svq1_vlc.h b/src/libffmpeg/libavcodec/svq1_vlc.h index fa6efb860..d15ac07fb 100644 --- a/src/libffmpeg/libavcodec/svq1_vlc.h +++ b/src/libffmpeg/libavcodec/svq1_vlc.h @@ -9,7 +9,7 @@ static const uint8_t svq1_block_type_vlc[4][2] = { }; /* values in this table range from -32..32; adjust retrieved value by -32 */ -static const uint16_t svq1_motion_component_vlc[65][2] = { +static const uint8_t svq1_motion_component_vlc[65][2] = { /* { code, length } */ { 0x5, 13 }, { 0x7, 13 }, { 0x5, 12 }, { 0x7, 12 }, { 0x9, 12 }, { 0xB, 12 }, { 0xD, 12 }, { 0xF, 12 }, |