From ec6d8af5aabf534127ad16a8a8d8ff1033026d29 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 9 May 2004 15:50:08 +0000 Subject: p frame encoding, only with 0,0 motion vectors yet though Originally committed as revision 3121 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/svq1_vlc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/svq1_vlc.h') 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 }, -- cgit v1.2.3