summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_vidstabdetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_vidstabdetect.c')
-rw-r--r--libavfilter/vf_vidstabdetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_vidstabdetect.c b/libavfilter/vf_vidstabdetect.c
index 4742949..63a178a 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;
OpenPOWER on IntegriCloud