X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_vidstabdetect.c;h=63a178a0c2b5c16e52a7ec6ade8ee3546360d506;hb=2508e606fba86f2e460eebb045e29e1f069a4d72;hp=47429494f3f9932723d3d19a36487c58e3b8c5cd;hpb=e0beaff4877a97e45db27adea3ffbcabaaea7b94;p=ffmpeg diff --git a/libavfilter/vf_vidstabdetect.c b/libavfilter/vf_vidstabdetect.c index 47429494f3f..63a178a0c2b 100644 --- a/libavfilter/vf_vidstabdetect.c +++ b/libavfilter/vf_vidstabdetect.c @@ -30,7 +30,7 @@ #include "vidstabutils.h" -typedef struct { +typedef struct StabData { const AVClass *class; VSMotionDetect md;