]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/bbox.h
avcodec/Makefile: Remove obsolete dependency of eatqi dec on rl.o
[ffmpeg] / libavfilter / bbox.h
index cf026b81f9c7d4cf2de00b8be23ec681fd0b93e2..116158d59ed99aa2f3eb60945adc0c0a5c1ac592 100644 (file)
@@ -39,6 +39,6 @@ typedef struct FFBoundingBox {
  */
 int ff_calculate_bounding_box(FFBoundingBox *bbox,
                               const uint8_t *data, int linesize,
-                              int w, int h, int min_val);
+                              int w, int h, int min_val, int depth);
 
 #endif /* AVFILTER_BBOX_H */