summaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/bbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/bbox.c b/libavfilter/bbox.c
index c29c758..be9b2e6 100644
--- a/libavfilter/bbox.c
+++ b/libavfilter/bbox.c
@@ -27,8 +27,8 @@ int ff_calculate_bounding_box(FFBoundingBox *bbox,
int x, y;
int start_x;
int start_y;
- int end_x = w - 1;
- int end_y = h - 1;
+ int end_x;
+ int end_y;
const uint8_t *line;
/* left bound */
OpenPOWER on IntegriCloud