]> git.sesse.net Git - bmusb/blobdiff - bmusb.cpp
Correct field start for 576i.
[bmusb] / 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;
        }