X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvidstabutils.c;h=1199dbd56e3d8916869c40049a52ca02d0ee95de;hb=eacb3ec961035b39e4bf69b589df9b110f591710;hp=13544cf5739595a8f62c28c17d09a51e2ecb0982;hpb=21f17bbfd4523ed769b5b0b569f5961914b2d6bc;p=ffmpeg diff --git a/libavfilter/vidstabutils.c b/libavfilter/vidstabutils.c index 13544cf5739..1199dbd56e3 100644 --- a/libavfilter/vidstabutils.c +++ b/libavfilter/vidstabutils.c @@ -42,7 +42,7 @@ VSPixelFormat ff_av2vs_pixfmt(AVFilterContext *ctx, enum AVPixelFormat pf) } /** struct to hold a valid context for logging from within vid.stab lib */ -typedef struct { +typedef struct VS2AVLogCtx { const AVClass *class; } VS2AVLogCtx;