Update comment.
[email protected] (Jean-Paul Saman)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: master | Jean-Paul Saman <[email protected]> | Wed Aug 15 14:17:10 2012 +0200| [cbb8c180ad87a873bcd4ad1af15a13c6cf84d9a6] | committer: Jean-Paul Saman Update comment. > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=cbb8c180ad87a873bcd4ad1af15a13c6cf84d9a6 --- src/tables/atsc_eit.c | 2 +- src/tables/atsc_ett.c | 2 +- src/tables/atsc_mgt.c | 2 +- src/tables/atsc_stt.c | 2 +- src/tables/atsc_vct.c | 2 +- src/tables/bat.c | 2 +- src/tables/cat.c | 2 +- src/tables/eit.c | 2 +- src/tables/nit.c | 2 +- src/tables/pat.c | 2 +- src/tables/pmt.c | 2 +- src/tables/rst.c | 2 +- src/tables/sdt.c | 2 +- src/tables/sis.c | 2 +- src/tables/tot.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/tables/atsc_eit.c b/src/tables/atsc_eit.c index 0c10516..c9b60b7 100644 --- a/src/tables/atsc_eit.c +++ b/src/tables/atsc_eit.c @@ -358,7 +358,7 @@ static bool dvbpsi_AddSectionEIT(dvbpsi_t *p_dvbpsi, dvbpsi_atsc_eit_decoder_t * p_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "ATSC EIT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/atsc_ett.c b/src/tables/atsc_ett.c index a7f53be..a97916e 100644 --- a/src/tables/atsc_ett.c +++ b/src/tables/atsc_ett.c @@ -302,7 +302,7 @@ static bool dvbpsi_AddSectionETT(dvbpsi_t *p_dvbpsi, dvbpsi_atsc_ett_decoder_t * p_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "ATSC ETT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/atsc_mgt.c b/src/tables/atsc_mgt.c index 34c0795..521c8cb 100644 --- a/src/tables/atsc_mgt.c +++ b/src/tables/atsc_mgt.c @@ -388,7 +388,7 @@ static bool dvbpsi_AddSectionMGT(dvbpsi_t *p_dvbpsi, dvbpsi_atsc_mgt_decoder_t * p_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "ATSC MGT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/atsc_stt.c b/src/tables/atsc_stt.c index 6596400..3255785 100644 --- a/src/tables/atsc_stt.c +++ b/src/tables/atsc_stt.c @@ -287,7 +287,7 @@ static bool dvbpsi_AddSectionSTT(dvbpsi_t *p_dvbpsi, dvbpsi_atsc_stt_decoder_t * p_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "ATSC STT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/atsc_vct.c b/src/tables/atsc_vct.c index 43db691..7f14d7b 100644 --- a/src/tables/atsc_vct.c +++ b/src/tables/atsc_vct.c @@ -426,7 +426,7 @@ static bool dvbpsi_AddSectionVCT(dvbpsi_t *p_dvbpsi, dvbpsi_atsc_vct_decoder_t * p_vct_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_vct_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "ATSC VCT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/bat.c b/src/tables/bat.c index 11f5cce..53e6c1d 100644 --- a/src/tables/bat.c +++ b/src/tables/bat.c @@ -345,7 +345,7 @@ static bool dvbpsi_AddSectionBAT(dvbpsi_t *p_dvbpsi, dvbpsi_bat_decoder_t *p_bat p_bat_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_bat_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "BAT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/cat.c b/src/tables/cat.c index 664a038..0aa8c6f 100644 --- a/src/tables/cat.c +++ b/src/tables/cat.c @@ -243,7 +243,7 @@ static bool dvbpsi_AddSectionCAT(dvbpsi_t *p_dvbpsi, dvbpsi_cat_decoder_t *p_dec p_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "CAT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/eit.c b/src/tables/eit.c index ff95d06..f7bf3b3 100644 --- a/src/tables/eit.c +++ b/src/tables/eit.c @@ -387,7 +387,7 @@ static bool dvbpsi_AddSectionEIT(dvbpsi_t *p_dvbpsi, dvbpsi_eit_decoder_t *p_eit p_eit_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_eit_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "EIT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/nit.c b/src/tables/nit.c index f84e356..75846c3 100644 --- a/src/tables/nit.c +++ b/src/tables/nit.c @@ -338,7 +338,7 @@ static bool dvbpsi_AddSectionNIT(dvbpsi_t *p_dvbpsi, dvbpsi_nit_decoder_t *p_nit p_nit_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_nit_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "NIT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/pat.c b/src/tables/pat.c index c86d77d..eaab768 100644 --- a/src/tables/pat.c +++ b/src/tables/pat.c @@ -254,7 +254,7 @@ static bool dvbpsi_AddSectionPAT(dvbpsi_t *p_dvbpsi, dvbpsi_pat_decoder_t *p_pat p_pat_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_pat_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "PAT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/pmt.c b/src/tables/pmt.c index 0ccfffa..d7d36c7 100644 --- a/src/tables/pmt.c +++ b/src/tables/pmt.c @@ -306,7 +306,7 @@ static bool dvbpsi_AddSectionPMT(dvbpsi_t *p_dvbpsi, dvbpsi_pmt_decoder_t *p_pmt p_pmt_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_pmt_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "PMT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/rst.c b/src/tables/rst.c index f44487e..966352f 100644 --- a/src/tables/rst.c +++ b/src/tables/rst.c @@ -289,7 +289,7 @@ static bool dvbpsi_rst_section_add(dvbpsi_t *p_dvbpsi, dvbpsi_rst_decoder_t *p_d p_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "RST decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/sdt.c b/src/tables/sdt.c index 913817e..660816c 100644 --- a/src/tables/sdt.c +++ b/src/tables/sdt.c @@ -328,7 +328,7 @@ static bool dvbpsi_AddSectionSDT(dvbpsi_t *p_dvbpsi, dvbpsi_sdt_decoder_t *p_sdt p_sdt_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_sdt_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "SDT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/sis.c b/src/tables/sis.c index 0e08a58..ab34c6c 100644 --- a/src/tables/sis.c +++ b/src/tables/sis.c @@ -312,7 +312,7 @@ static bool dvbpsi_AddSectionSIS(dvbpsi_t *p_dvbpsi, dvbpsi_sis_decoder_t *p_sis p_sis_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_sis_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "SDT decoder", "overwrite section number %d", p_section->i_number); diff --git a/src/tables/tot.c b/src/tables/tot.c index b37bbbf..f26bd39 100644 --- a/src/tables/tot.c +++ b/src/tables/tot.c @@ -290,7 +290,7 @@ static bool dvbpsi_AddSectionTOT(dvbpsi_t *p_dvbpsi, dvbpsi_tot_decoder_t *p_tot p_tot_decoder->i_last_section_number = p_section->i_last_number; } - /* Fill the section array */ + /* Add to linked list of sections */ if (dvbpsi_decoder_psi_section_add(DVBPSI_DECODER(p_tot_decoder), p_section)) dvbpsi_debug(p_dvbpsi, "TOT decoder", "overwrite section number %d", p_section->i_number); _______________________________________________ libdvbpsi-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libdvbpsi-devel