From a0f10ed8a0b03f5f035e6da0c99b3b541aea23be Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 20 Apr 2018 16:19:59 +0200 Subject: Do not break YAML on FCT discontinuity --- src/etianalyse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/etianalyse.cpp b/src/etianalyse.cpp index 415e7a6..efb614a 100644 --- a/src/etianalyse.cpp +++ b/src/etianalyse.cpp @@ -225,7 +225,7 @@ void ETI_Analyser::eti_analyse() printbuf("FCT", 2, p+4, 1, "Frame Count", to_string(fct)); if (last_fct != -1) { if ((last_fct + 1) % 250 != fct) { - printbuf("Error: FCT not contiguous", 2); + fprintf(stderr, "Error: FCT not contiguous\n"); } } last_fct = fct; -- cgit v1.2.3