changeset 10831:94982978af3b libavcodec

Make inter_level/run global again, msmpeg4 uses them. ... I did test but it wasnt recompiled ...
author michael
date Sat, 09 Jan 2010 18:12:06 +0000
parents 34739b965809
children f20726a6d538
files h263data.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h263data.h	Sat Jan 09 17:22:37 2010 +0000
+++ b/h263data.h	Sat Jan 09 18:12:06 2010 +0000
@@ -127,7 +127,7 @@
 { 0x5e, 12 },{ 0x5f, 12 },{ 0x3, 7 },
 };
 
-static const int8_t inter_level[102] = {
+const int8_t inter_level[102] = {
   1,  2,  3,  4,  5,  6,  7,  8,
   9, 10, 11, 12,  1,  2,  3,  4,
   5,  6,  1,  2,  3,  4,  1,  2,
@@ -143,7 +143,7 @@
   1,  1,  1,  1,  1,  1,
 };
 
-static const int8_t inter_run[102] = {
+const int8_t inter_run[102] = {
   0,  0,  0,  0,  0,  0,  0,  0,
   0,  0,  0,  0,  1,  1,  1,  1,
   1,  1,  2,  2,  2,  2,  3,  3,