X-Git-Url: https://git.sesse.net/?p=bmusb;a=blobdiff_plain;f=bmusb%2Fbmusb.h;h=ed106a688e842d99ac631c4539b676a3b19d27d5;hp=b61b66f2e2e9e59b72b3ba42faddcbcb611cfbb8;hb=bc7e5f5b6d908914c023bda51f840c3304c9c3cd;hpb=aac15101d9cc85681eee3e02c960d57e32414db6 diff --git a/bmusb/bmusb.h b/bmusb/bmusb.h index b61b66f..ed106a6 100644 --- a/bmusb/bmusb.h +++ b/bmusb/bmusb.h @@ -112,6 +112,7 @@ struct VideoFormat { unsigned width = 0, height = 0, second_field_start = 0; unsigned extra_lines_top = 0, extra_lines_bottom = 0; unsigned frame_rate_nom = 0, frame_rate_den = 0; + unsigned stride = 0; // In bytes, assuming no interleaving. bool interlaced = false; bool has_signal = false; bool is_connected = true; // If false, then has_signal makes no sense.