Thanks to jen.a.freeman for spotting the issue and the patch
issue20
Tony Ibbs 2012-03-15 14:18:58 +00:00
rodzic affe4cf2ad
commit 52e9e332bd
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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++)
{