X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_xbr.c;h=78094e028777ae4eb7bc116740dca07ed0ef0a66;hb=aa26258faa9704b144dfe5bc5d263a1332d7a9dd;hp=d0d51045cc7ce4b475e75a69954f66dc64004515;hpb=8c6f18e4449ad2bb3c30621b9dca45acc86332cb;p=ffmpeg diff --git a/libavfilter/vf_xbr.c b/libavfilter/vf_xbr.c index d0d51045cc7..78094e02877 100644 --- a/libavfilter/vf_xbr.c +++ b/libavfilter/vf_xbr.c @@ -43,7 +43,7 @@ typedef int (*xbrfunc_t)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); -typedef struct { +typedef struct XBRContext { const AVClass *class; int n; xbrfunc_t func;