]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vsrc_testsrc.c
x86/mpegaudiodsp: define apply_window_mp3 as SSE
[ffmpeg] / libavfilter / vsrc_testsrc.c
index 0ad14741930109f6be137cdb23c2f66ba36522b4..8814440760501fcf292604c478d34007e6c46729 100644 (file)
@@ -47,7 +47,7 @@
 #include "internal.h"
 #include "video.h"
 
-typedef struct {
+typedef struct TestSourceContext {
     const AVClass *class;
     int w, h;
     unsigned int nb_frame;
@@ -488,7 +488,7 @@ static void draw_digit(int digit, uint8_t *dst, int dst_linesize,
 #define LEFT_BOT_VBAR  16
 #define RIGHT_TOP_VBAR 32
 #define RIGHT_BOT_VBAR 64
-    struct {
+    struct segments {
         int x, y, w, h;
     } segments[] = {
         { 1,  0, 5, 1 }, /* TOP_HBAR */