summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12data.h
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-08-06 00:47:50 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-08-06 00:47:50 +0000
commit98be975df1f6bb88ebeca3eada597e3f20fd5c46 (patch)
tree100df4fbfd2eb852d1f46ec86f0e902898aa0006 /libavcodec/mpeg12data.h
parent4e66ab3babcf474ba41fc5268bf27f9a39b1b180 (diff)
types fix
Originally committed as revision 36 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg12data.h')
-rw-r--r--libavcodec/mpeg12data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mpeg12data.h b/libavcodec/mpeg12data.h
index 7dbf2b2208..f397c4a175 100644
--- a/libavcodec/mpeg12data.h
+++ b/libavcodec/mpeg12data.h
@@ -127,7 +127,7 @@ static const UINT16 mpeg2_vlc[113][2] = {
{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 @@ static const UINT8 mpeg1_level[111] = {
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,