summaryrefslogtreecommitdiff
path: root/libavcodec/svq1_vlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/svq1_vlc.h')
-rw-r--r--libavcodec/svq1_vlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq1_vlc.h b/libavcodec/svq1_vlc.h
index fa6efb8606..d15ac07fb3 100644
--- a/libavcodec/svq1_vlc.h
+++ b/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 },