X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_hqx.c;h=16a1be7bd4d596d22d9d972613ae5bfc93698806;hb=19bb2cade5c8a9d7e666b9b668f7bb8f28e8b759;hp=5f63b2a3f9e2a53587a87248342cc971507a8458;hpb=0a0517bbf51117013400ed4520eba13aa94a77b8;p=ffmpeg diff --git a/libavfilter/vf_hqx.c b/libavfilter/vf_hqx.c index 5f63b2a3f9e..16a1be7bd4d 100644 --- a/libavfilter/vf_hqx.c +++ b/libavfilter/vf_hqx.c @@ -34,7 +34,7 @@ typedef int (*hqxfunc_t)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); -typedef struct { +typedef struct HQXContext { const AVClass *class; int n; hqxfunc_t func;