X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bmusb.cpp;h=8787f8b51ce4dfa017dd742ef5baa9babb9053b9;hb=e7d3ce1cdb423c5ba33f098f97383f099055d621;hp=fc38520f5dcee7a3d0b71d2126e9b6692c4ef087;hpb=2a06d276da04a363f0a7d4043b319229b0a5fd7f;p=bmusb diff --git a/bmusb.cpp b/bmusb.cpp index fc38520..8787f8b 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -1183,6 +1183,7 @@ bool decode_video_format(uint16_t video_format, unsigned *width, unsigned *heigh // usually it doesn't mean anything. uint16_t normalized_video_format = video_format & ~0xe808; constexpr VideoFormatEntry entries[] = { + { 0x0011, 720, 576, 0, 44, 5, 50, 1, false }, // 576p50 (5:4) { 0x0143, 1280, 720, 0, 25, 5, 50, 1, false }, // 720p50. { 0x0103, 1280, 720, 0, 25, 5, 60, 1, false }, // 720p60. { 0x0121, 1280, 720, 0, 25, 5, 60000, 1001, false }, // 720p59.94.