diff mpeg12data.h @ 25:2f603eb2f23d libavcodec

types fix
author glantau
date Mon, 06 Aug 2001 00:47:50 +0000
parents 82d4c9be9873
children f6806d3e2d37
line wrap: on
line diff
--- a/mpeg12data.h	Mon Aug 06 00:47:03 2001 +0000
+++ b/mpeg12data.h	Mon Aug 06 00:47:50 2001 +0000
@@ -127,7 +127,7 @@
   {0x06,4}, /* EOB */
 };
 
-static const UINT8 mpeg1_level[111] = {
+static const INT8 mpeg1_level[111] = {
   1,  2,  3,  4,  5,  6,  7,  8,
   9, 10, 11, 12, 13, 14, 15, 16,
  17, 18, 19, 20, 21, 22, 23, 24,
@@ -144,7 +144,7 @@
   1,  1,  1,  1,  1,  1,  1,
 };
 
-static const UINT8 mpeg1_run[111] = {
+static const INT8 mpeg1_run[111] = {
   0,  0,  0,  0,  0,  0,  0,  0,
   0,  0,  0,  0,  0,  0,  0,  0,
   0,  0,  0,  0,  0,  0,  0,  0,