summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263data.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-04-05 04:09:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-04-05 04:09:04 +0000
commit84afee348f7342f60cf803d398be0013a5fcddc5 (patch)
tree05d00a0dc176d75d65031bd4a86f2bfdea5a56ed /libavcodec/h263data.h
parentfcb609f4324549b29849487716557cb3a321af17 (diff)
downloadffmpeg-streaming-84afee348f7342f60cf803d398be0013a5fcddc5.zip
ffmpeg-streaming-84afee348f7342f60cf803d398be0013a5fcddc5.tar.gz
msmpeg4v2 decoding (no encoding yet)
Originally committed as revision 376 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263data.h')
-rw-r--r--libavcodec/h263data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/h263data.h b/libavcodec/h263data.h
index 88e456b..a129fd6 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},
OpenPOWER on IntegriCloud