[FFmpeg-cvslog] checkasm: remove empty array initializer list in h264pred test

Janne Grunau git at videolan.org
Wed Jul 22 16:46:05 CEST 2015


ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Mon Jul 20 23:17:57 2015 +0200| [e605bf3b590d295f215fcc9fd58eb11be55b68cb] | committer: Janne Grunau

checkasm: remove empty array initializer list in h264pred test

Fixes MSVC compilation.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e605bf3b590d295f215fcc9fd58eb11be55b68cb
---

 tests/checkasm/h264pred.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/checkasm/h264pred.c b/tests/checkasm/h264pred.c
index a5eb033..40e949a 100644
--- a/tests/checkasm/h264pred.c
+++ b/tests/checkasm/h264pred.c
@@ -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] = {



More information about the ffmpeg-cvslog mailing list