summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/vf_lenscorrection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_lenscorrection.c b/libavfilter/vf_lenscorrection.c
index ac3c490821..bb8ea3734f 100644
--- a/libavfilter/vf_lenscorrection.c
+++ b/libavfilter/vf_lenscorrection.c
@@ -36,8 +36,8 @@
typedef struct LenscorrectionCtx {
const AVClass *av_class;
- unsigned int width;
- unsigned int height;
+ int width;
+ int height;
int hsub, vsub;
int nb_planes;
double cx, cy, k1, k2;