Definitely a bug to leave this out, since it will cause problems

when starting a new file or, presumably, rewinding.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4023
issue20
tibs 2008-07-29 21:36:10 +00:00
rodzic 0a3b3284ae
commit a1984c6e71
1 zmienionych plików z 1 dodań i 0 usunięć

1
ts.c
Wyświetl plik

@ -1592,6 +1592,7 @@ extern int read_first_TS_packet_from_buffer(TS_reader_p tsreader,
TS_buffer_posn = start_count;
TS_buffer_len = 0; // this (+1) gets added to TS_buffer_posn
TS_buffer_pcr_pid = pcr_pid;
TS_had_EOF = FALSE;
// Read TS packets into our buffer until we find one with a PCR
err = fill_TS_packet_buffer(tsreader);