From 95b33cead250c3805df5586bd3456dff55d2ae60 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 22 Nov 2015 22:10:55 +0100 Subject: [PATCH] Correct field start for 576i. --- bmusb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2