OSDN Git Service

checkasm: remove empty array initializer list in h264pred test
authorJanne Grunau <janne-libav@jannau.net>
Mon, 20 Jul 2015 21:17:57 +0000 (23:17 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Wed, 22 Jul 2015 10:06:32 +0000 (12:06 +0200)
Fixes MSVC compilation.

tests/checkasm/h264pred.c

index a5eb033..40e949a 100644 (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] = {