X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bmusb.cpp;h=22ff4ceab9c439efeed1e3d148bf8d99db1e390c;hb=95b33cead250c3805df5586bd3456dff55d2ae60;hp=fa409c0d431882443d54b4ab7de66831c7117b4e;hpb=9ada4d5213c6935c3dc2fdeb34938a375f817428;p=bmusb diff --git a/bmusb.cpp b/bmusb.cpp index fa409c0..22ff4ce 100644 --- 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; }