]> git.sesse.net Git - bmusb/commitdiff
Add a missing 576p50 mode.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 12 May 2017 20:13:17 +0000 (22:13 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 12 May 2017 20:13:17 +0000 (22:13 +0200)
bmusb.cpp

index 775c88dc288e780a2835ed38851de857b8b80b63..559c33760c96965c6804537b0fb29d2c37cefe0c 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -199,6 +199,7 @@ bool decode_video_format(uint16_t video_format, VideoFormat *decoded_video_forma
        constexpr VideoFormatEntry entries[] = {
                { 0x01f1,  720,  480,   0, 40,  5, 60000, 1001, false },  // 480p59.94 (believed).
                { 0x0131,  720,  576,   0, 44,  5,    50,    1, false },  // 576p50.
+               { 0x0151,  720,  576,   0, 44,  5,    50,    1, false },  // 576p50.
                { 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.