[libdvbpsi-devel] EIT: remove no longer needed comment
Jean-Paul Saman
git at videolan.org
Tue Feb 7 15:51:20 CET 2017
libdvbpsi | branch: branch/1.3.0-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Tue Feb 7 13:53:26 2017 +0100| [ec8ba5bd815a648be8fb3ece99f12184af162885] | committer: Jean-Paul Saman
EIT: remove no longer needed comment
(cherry picked from commit fde118a1fabf5f82f1ab157b1ad606046514edac)
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=ec8ba5bd815a648be8fb3ece99f12184af162885
---
src/tables/eit.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/tables/eit.c b/src/tables/eit.c
index 0ba831c..1853d10 100644
--- a/src/tables/eit.c
+++ b/src/tables/eit.c
@@ -485,9 +485,6 @@ void dvbpsi_eit_sections_gather(dvbpsi_t *p_dvbpsi, dvbpsi_decoder_t *p_private_
}
/* Check if we have all the sections */
- /* FIXME: p_section has just been added to the p_eit_decoder,
- * Why do we have to explicitly check against it in dvbpsi_IsCompleteEIT() ?
- */
if (b_complete)
{
assert(p_eit_decoder->pf_eit_callback);
More information about the libdvbpsi-devel
mailing list