Oops -- should have remembered to prime the lookahead PCR buffer in tsreport

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%40132
issue20
tibs 2009-02-25 16:05:45 +00:00
rodzic 2f704d0c42
commit 497e1cd097
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -201,6 +201,10 @@ static int report_buffering_stats(TS_reader_p tsreader,
pcr_pid = pmt->PCR_pid;
// Tell the buffering mechanism we want to use it
err = prime_read_buffered_TS_packet(tsreader,pcr_pid);
if (err) return 1;
for (ii=0; ii<pmt->num_streams; ii++)
{
uint32_t pid = pmt->streams[ii].elementary_PID;