summaryrefslogtreecommitdiff
path: root/libavfilter/deshake.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/deshake.h')
-rw-r--r--libavfilter/deshake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/deshake.h b/libavfilter/deshake.h
index 62e81c3eaf..becd6c248b 100644
--- a/libavfilter/deshake.h
+++ b/libavfilter/deshake.h
@@ -48,7 +48,7 @@ typedef struct {
} MotionVector;
typedef struct {
- MotionVector vector; ///< Motion vector
+ MotionVector vec; ///< Motion vector
double angle; ///< Angle of rotation
double zoom; ///< Zoom percentage
} Transform;