# HG changeset patch # User mru # Date 1251242910 0 # Node ID 06ff9b1754886ffb6e9a36275b0fb0ed3125731f # Parent bf63f070fbf727979a26b0554db110ff4bc73fa6 Remove explicit init to zero of static inv_zigzag_direct16 diff -r bf63f070fbf7 -r 06ff9b175488 dsputil.c --- a/dsputil.c Tue Aug 25 20:02:30 2009 +0000 +++ b/dsputil.c Tue Aug 25 23:28:30 2009 +0000 @@ -86,7 +86,7 @@ }; /* 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] = { 0, 1, 2, 3, 8, 9, 16, 17,