]> git.sesse.net Git - bmusb/commitdiff
Correct field start for 576i.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Nov 2015 21:10:55 +0000 (22:10 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Nov 2015 21:10:55 +0000 (22:10 +0100)
bmusb.cpp

index fa409c0d431882443d54b4ab7de66831c7117b4e..22ff4ceab9c439efeed1e3d148bf8d99db1e390c 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1170,7 +1170,7 @@ bool decode_video_format(uint16_t video_format, unsigned *width, unsigned *heigh
                *extra_lines_bottom = 27;
                *frame_rate_nom = 25;
                *frame_rate_den = 1;
-               *second_field_start = 334;
+               *second_field_start = 335;
                *interlaced = true;
                return true;
        }