]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/motion-test.c
adpcm_ima_ws: fix stereo decoding
[ffmpeg] / libavcodec / motion-test.c
index b054fc9d1b9f1a2bfff7f1a0f54a1f26ecbf6110..87086360301dabb1b5a169b3056ab5796d025bdb 100644 (file)
@@ -38,8 +38,8 @@
 #define WIDTH 64
 #define HEIGHT 64
 
-uint8_t img1[WIDTH * HEIGHT];
-uint8_t img2[WIDTH * HEIGHT];
+static uint8_t img1[WIDTH * HEIGHT];
+static uint8_t img2[WIDTH * HEIGHT];
 
 static void fill_random(uint8_t *tab, int size)
 {