Correct stupid comment.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4024
issue20
tibs 2008-07-29 21:41:43 +00:00
rodzic a1984c6e71
commit 499e7a6223
2 zmienionych plików z 0 dodań i 6 usunięć

3
ts.c
Wyświetl plik

@ -1683,9 +1683,6 @@ extern int read_next_TS_packet_from_buffer(TS_reader_p tsreader,
* Call this before the first call of read_buffered_TS_packet().
*
* - `pcr_pid` is the PID within which we should look for PCR entries
*
* Returns 0 if all went well, 1 if something went wrong, EOF if we got an
* unexpected EOF.
*/
extern void prime_read_buffered_TS_packet(u_int32 pcr_pid)
{

Wyświetl plik

@ -426,9 +426,6 @@ extern int read_next_TS_packet_from_buffer(TS_reader_p tsreader,
* Call this before the first call of read_buffered_TS_packet().
*
* - `pcr_pid` is the PID within which we should look for PCR entries
*
* Returns 0 if all went well, 1 if something went wrong, EOF if we got an
* unexpected EOF.
*/
extern void prime_read_buffered_TS_packet(u_int32 pcr_pid);
/*