mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Remove explicit init to zero of static inv_zigzag_direct16
Originally committed as revision 19704 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b979e4a289
commit
dd36b88b46
@ -86,7 +86,7 @@ const uint8_t ff_zigzag248_direct[64] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* not permutated inverse zigzag_direct + 1 for MMX quantizer */
|
/* not permutated inverse zigzag_direct + 1 for MMX quantizer */
|
||||||
DECLARE_ALIGNED_8(uint16_t, inv_zigzag_direct16[64]) = {0, };
|
DECLARE_ALIGNED_8(uint16_t, inv_zigzag_direct16[64]);
|
||||||
|
|
||||||
const uint8_t ff_alternate_horizontal_scan[64] = {
|
const uint8_t ff_alternate_horizontal_scan[64] = {
|
||||||
0, 1, 2, 3, 8, 9, 16, 17,
|
0, 1, 2, 3, 8, 9, 16, 17,
|
||||||
|
Loading…
Reference in New Issue
Block a user