Merge commit 'e605bf3b590d295f215fcc9fd58eb11be55b68cb'

* commit 'e605bf3b590d295f215fcc9fd58eb11be55b68cb':
  checkasm: remove empty array initializer list in h264pred test

Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2015-07-22 16:38:12 +02:00
commit e1b5a2e46e
1 changed files with 1 additions and 2 deletions

View File

@ -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] = {