diff h263data.h @ 307:764aeec1320e libavcodec

msmpeg4v2 decoding (no encoding yet)
author michaelni
date Fri, 05 Apr 2002 04:09:04 +0000
parents 56ee684c48bb
children 6ebbecc10063
line wrap: on
line diff
--- a/h263data.h	Thu Apr 04 20:04:10 2002 +0000
+++ b/h263data.h	Fri Apr 05 04:09:04 2002 +0000
@@ -40,13 +40,13 @@
     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},