From 52e9e332bd628dbce0ba4ec5535a12838e14f487 Mon Sep 17 00:00:00 2001 From: Tony Ibbs Date: Thu, 15 Mar 2012 14:18:58 +0000 Subject: [PATCH] Fix issue 16 Thanks to jen.a.freeman for spotting the issue and the patch --- tsreport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsreport.c b/tsreport.c index 2bea0d6..63d380f 100755 --- a/tsreport.c +++ b/tsreport.c @@ -788,8 +788,8 @@ static int report_buffering_stats(TS_reader_p tsreader, } fprint_msg("Linear PCR prediction errors: min=%s, max=%s\n", - fmtx_timestamp(predict.min_pcr_error, tfmt_diff), - fmtx_timestamp(predict.max_pcr_error, tfmt_diff)); + fmtx_timestamp(predict.min_pcr_error, tfmt_diff | FMTX_TS_N_27MHz), + fmtx_timestamp(predict.max_pcr_error, tfmt_diff | FMTX_TS_N_27MHz)); for (ii = 0; ii < num_streams; ii++) {