diff h263data.h @ 10830:34739b965809 libavcodec

Make some tables static again, i mistakely thought they would be used in several places.
author michael
date Sat, 09 Jan 2010 17:22:37 +0000
parents d0657e337f91
children 94982978af3b
line wrap: on
line diff
--- a/h263data.h	Sat Jan 09 16:20:41 2010 +0000
+++ b/h263data.h	Sat Jan 09 17:22:37 2010 +0000
@@ -127,7 +127,7 @@
 { 0x5e, 12 },{ 0x5f, 12 },{ 0x3, 7 },
 };
 
-const int8_t inter_level[102] = {
+static 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,
 };
 
-const int8_t inter_run[102] = {
+static 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,