]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/bbox.c
lavfi/buffer.c: fix copyright
[ffmpeg] / libavfilter / bbox.c
index c29c75873fe3d3c07ff04cc186fb3ded41a04eb0..be9b2e6b7352ebe668d93744b5b7948cd27e02b1 100644 (file)
@@ -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 */