X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fbbox.h;h=116158d59ed99aa2f3eb60945adc0c0a5c1ac592;hb=1ab74bc19354aedfb9afe71515952254753a75cc;hp=cf026b81f9c7d4cf2de00b8be23ec681fd0b93e2;hpb=0ff76ca86e0ea4dcf2b392c45f5fac8e5576bb0d;p=ffmpeg diff --git a/libavfilter/bbox.h b/libavfilter/bbox.h index cf026b81f9c..116158d59ed 100644 --- a/libavfilter/bbox.h +++ b/libavfilter/bbox.h @@ -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 */