X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavfilter%2Fvidstabutils.c;h=1199dbd56e3d8916869c40049a52ca02d0ee95de;hb=704b774ae0290dd8f2f30ba7c6f7427d0c6180c6;hp=13544cf5739595a8f62c28c17d09a51e2ecb0982;hpb=76cc100afba25308eaa909acd8804cc0b42057f6;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;