]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dct-test.c
mmal: drop the h264 BSF
[ffmpeg] / libavcodec / dct-test.c
index f337576836edfccc1c0888d5cd3198a4554d7de8..d3233f310e75708e249d894c24431de5e410951e 100644 (file)
@@ -84,8 +84,8 @@ static const struct algo idct_tab[] = {
 #elif ARCH_X86
 #include "x86/dct-test.c"
 #else
-static const struct algo fdct_tab_arch[] = { 0 };
-static const struct algo idct_tab_arch[] = { 0 };
+static const struct algo fdct_tab_arch[] = { { 0 } };
+static const struct algo idct_tab_arch[] = { { 0 } };
 #endif
 
 #define AANSCALE_BITS 12