X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_xbr.c;h=78094e028777ae4eb7bc116740dca07ed0ef0a66;hb=aa26258faa9704b144dfe5bc5d263a1332d7a9dd;hp=d0d51045cc7ce4b475e75a69954f66dc64004515;hpb=e584e88c56740b6cb248a3d946886bd4e8e46e01;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;