X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavfilter%2Fvf_super2xsai.c;h=87eec04da8da1a2a05b3e375db4e6896bae922a6;hb=ed93ed5ee320db299dc8c65d59c4f25e2eb0acdc;hp=cbb3f62414be14394909e5557d36c8ef144506e1;hpb=652ffbeaf10a4e33bd60f862049414ec7413f1a7;p=ffmpeg diff --git a/libavfilter/vf_super2xsai.c b/libavfilter/vf_super2xsai.c index cbb3f62414b..87eec04da8d 100644 --- a/libavfilter/vf_super2xsai.c +++ b/libavfilter/vf_super2xsai.c @@ -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;