X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bmusb.h;fp=bmusb.h;h=58ad9e7f3d86b0c60fd742921a7a279708ea07f7;hb=cb414fadb0738aeab971cc9b83c322118015d00b;hp=5ce73ccc7e744d84f11ea31dcaab2fccc28195fa;hpb=0bcf6eaf20da221bb122445e057a0934acae9f15;p=bmusb diff --git a/bmusb.h b/bmusb.h index 5ce73cc..58ad9e7 100644 --- a/bmusb.h +++ b/bmusb.h @@ -157,6 +157,7 @@ class BMUSBCapture { // Get details for the given video format; returns false if detection was incomplete. // Note: Frame rate is _frame_ rate, not field rate. So 1080i60 gets 30/1, _not_ 60/1. -bool decode_video_format(uint16_t video_format, int *width, int *height, int *frame_rate_nom, int *frame_rate_den, bool *interlaced); +bool decode_video_format(uint16_t video_format, int *width, int *height, int *extra_lines_top, int *extra_lines_bottom, + int *frame_rate_nom, int *frame_rate_den, bool *interlaced); #endif