mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avcodec/vc1: use uint8_t for size_table
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
53cb0babb4
commit
e2edb10f8e
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user