git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53cb0ba
)
avcodec/vc1: use uint8_t for size_table
author
zhaoxiu.zeng
<zhaoxiu.zeng@gmail.com>
Tue, 24 Feb 2015 16:28:45 +0000
(
00:28
+0800)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 28 Feb 2015 13:32:27 +0000
(14:32 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/vc1_block.c
patch
|
blob
|
history
diff --git
a/libavcodec/vc1_block.c
b/libavcodec/vc1_block.c
index
d10a6a6
..
c4d0f8b
100644
(file)
--- a/
libavcodec/vc1_block.c
+++ b/
libavcodec/vc1_block.c
@@
-1313,7
+1313,7
@@
static int vc1_decode_p_block(VC1Context *v, int16_t block[64], int n,
/** @} */ // Macroblock group
-static const
int size_table
[6] = { 0, 2, 3, 4, 5, 8 };
+static const
uint8_t size_table
[6] = { 0, 2, 3, 4, 5, 8 };
/** Decode one P-frame MB
*/