]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_super2xsai.c
avfilter: don't anonymously typedef structs
[ffmpeg] / libavfilter / vf_super2xsai.c
index cbb3f62414be14394909e5557d36c8ef144506e1..87eec04da8da1a2a05b3e375db4e6896bae922a6 100644 (file)
@@ -33,7 +33,7 @@
 #include "internal.h"
 #include "video.h"
 
-typedef struct {
+typedef struct Super2xSaIContext {
     /* masks used for two pixels interpolation */
     uint32_t hi_pixel_mask;
     uint32_t lo_pixel_mask;