X-Git-Url: https://git.sesse.net/?p=bmusb;a=blobdiff_plain;f=bmusb.cpp;h=990a8ee280dcb7db944d0e023836fbaeb3e1a7b0;hp=9c0d1d1a926af198d5389aa6d56fbef0b8e3e650;hb=ec10aedf720f2356035255999827beb4158aa4a2;hpb=c111b50bf5c9419e9d8abccf10f9e4066f9e6fa5 diff --git a/bmusb.cpp b/bmusb.cpp index 9c0d1d1..990a8ee 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -1117,9 +1117,8 @@ bool decode_video_format(uint16_t video_format, int *width, int *height, int *fr if (video_format == 0x0800) { // No video signal. These green pseudo-frames seem to come at about 30.13 Hz. // It's a strange thing, but what can you do. - // FIXME: find the dimensions. *width = 720; - *height = 576; + *height = 525; *frame_rate_nom = 3013; *frame_rate_den = 100; return true;