# HG changeset patch # User michael # Date 1263060726 0 # Node ID 94982978af3bca39cce3b0c7419ca22faa7bfc9c # Parent 34739b965809ff67ca1ab6f3ea479ece7d19f89c Make inter_level/run global again, msmpeg4 uses them. ... I did test but it wasnt recompiled ... diff -r 34739b965809 -r 94982978af3b h263data.h --- 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,