Commit e1b5a2e4 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e605bf3b'

* commit 'e605bf3b':
  checkasm: remove empty array initializer list in h264pred test
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents c1692439 e605bf3b
......@@ -87,8 +87,7 @@ static const char * const pred8x8_modes[4][11] = {
[LEFT_DC_PRED8x8] = "left_dc_rv40",
[TOP_DC_PRED8x8 ] = "top_dc_rv40",
},
{ /* SVQ3 */
},
/* nothing for SVQ3 */
};
static const char * const pred16x16_modes[4][9] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment