]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_delogo.c
x86/mpegaudiodsp: define apply_window_mp3 as SSE
[ffmpeg] / libavfilter / vf_delogo.c
index fbc8983875117681cebe5d5544f445047c6af867..6ccdfb21d0aac7d19a3d4ef3b7f2166a1fa2e513 100644 (file)
@@ -148,7 +148,7 @@ static void apply_delogo(uint8_t *dst, int dst_linesize,
     }
 }
 
-typedef struct {
+typedef struct DelogoContext {
     const AVClass *class;
     int x, y, w, h, band, show;
 }  DelogoContext;