]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vidstabutils.c
af_tempo: Add missing error check
[ffmpeg] / libavfilter / vidstabutils.c
index 13544cf5739595a8f62c28c17d09a51e2ecb0982..1199dbd56e3d8916869c40049a52ca02d0ee95de 100644 (file)
@@ -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;