From 84afee348f7342f60cf803d398be0013a5fcddc5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 5 Apr 2002 04:09:04 +0000 Subject: msmpeg4v2 decoding (no encoding yet) Originally committed as revision 376 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/h263data.h') diff --git a/libavcodec/h263data.h b/libavcodec/h263data.h index 88e456ba26..a129fd6bf5 100644 --- a/libavcodec/h263data.h +++ b/libavcodec/h263data.h @@ -40,13 +40,13 @@ static const UINT8 inter_MCBPC_bits[20] = { 3, 7, 7, 8, };*/ -static const UINT8 cbpy_tab[16][2] = +const UINT8 cbpy_tab[16][2] = { {3,4}, {5,5}, {4,5}, {9,4}, {3,5}, {7,4}, {2,6}, {11,4}, {2,5}, {3,6}, {5,4}, {10,4}, {4,4}, {8,4}, {6,4}, {3,2} }; -static const UINT8 mvtab[33][2] = +const UINT8 mvtab[33][2] = { {1,1}, {1,2}, {1,3}, {1,4}, {3,6}, {5,7}, {4,7}, {3,7}, {11,9}, {10,9}, {9,9}, {17,10}, {16,10}, {15,10}, {14,10}, {13,10}, -- cgit v1.2.3