summaryrefslogtreecommitdiff
path: root/libavcodec/svq1_vlc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-05-09 15:50:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-05-09 15:50:08 +0000
commitec6d8af5aabf534127ad16a8a8d8ff1033026d29 (patch)
treec2b41d5db3510796057f801ed62b7c3d09df4d1a /libavcodec/svq1_vlc.h
parent0d8e09f8bffd2e193bf2060199aa72b19eeff10b (diff)
p frame encoding, only with 0,0 motion vectors yet though
Originally committed as revision 3121 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 },