As promised, add comment for new argument to find_next_pmt.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%40100
issue20
tibs 2008-11-25 19:55:42 +00:00
rodzic 307d5475ae
commit 2af44b632b
2 zmienionych plików z 6 dodań i 0 usunięć

3
ts.c
Wyświetl plik

@ -3192,6 +3192,9 @@ extern int find_pat(TS_reader_p tsreader,
*
* - `tsreader` is the TS packet reading context
* - `pmt_pid` is the PID of the PMT we are looking for
* - if `program_number` is -1, then any PMT with that PID is acceptable,
* otherwise we're only interested in a PMT with that PID and the given
* program number.
* - if `max` is non-zero, then it is the maximum number of TS packets to read
* - if `verbose` is true, then output extra information
* - if `quiet` is true, then don't output normal informational messages

Wyświetl plik

@ -729,6 +729,9 @@ extern int find_pat(TS_reader_p tsreader,
*
* - `tsreader` is the TS packet reading context
* - `pmt_pid` is the PID of the PMT we are looking for
* - if `program_number` is -1, then any PMT with that PID is acceptable,
* otherwise we're only interested in a PMT with that PID and the given
* program number.
* - if `max` is non-zero, then it is the maximum number of TS packets to read
* - if `verbose` is true, then output extra information
* - if `quiet` is true, then don't output normal informational messages