diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-04-06 20:51:22 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-04-06 20:51:22 +0000 |
commit | 55e772ec62ef638f8a0b44e379da663f78245355 (patch) | |
tree | 3b90a73ab2e800ed32f68e24f125164de7a655b3 /src/libffmpeg/libavcodec/h263data.h | |
parent | 0176e107fd9b6672d87f75a9eb5d83e163e0179f (diff) | |
download | xine-lib-55e772ec62ef638f8a0b44e379da663f78245355.tar.gz xine-lib-55e772ec62ef638f8a0b44e379da663f78245355.tar.bz2 |
update to latest ffmpeg cvs, this should add mpeg-4 bframe support :-) (BTW: ffmpeg-guys: impressive work\!\!)
CVS patchset: 1690
CVS date: 2002/04/06 20:51:22
Diffstat (limited to 'src/libffmpeg/libavcodec/h263data.h')
-rw-r--r-- | src/libffmpeg/libavcodec/h263data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/h263data.h b/src/libffmpeg/libavcodec/h263data.h index 88e456ba2..a129fd6bf 100644 --- a/src/libffmpeg/libavcodec/h263data.h +++ b/src/libffmpeg/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}, |