[libdvbpsi-devel] src/tables/eit.c: naming fix
Jean-Paul Saman
git at videolan.org
Tue Jul 17 14:41:59 CEST 2012
libdvbpsi | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Tue Jul 17 14:41:09 2012 +0200| [784aa0bc865c413087681b5eec97a8733f851e31] | committer: Jean-Paul Saman
src/tables/eit.c: naming fix
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=784aa0bc865c413087681b5eec97a8733f851e31
---
src/tables/eit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tables/eit.c b/src/tables/eit.c
index 8bdf4cb..bfc4a42 100644
--- a/src/tables/eit.c
+++ b/src/tables/eit.c
@@ -443,7 +443,7 @@ void dvbpsi_eit_sections_gather(dvbpsi_t *p_dvbpsi, dvbpsi_decoder_t *p_private_
&& (p_eit_decoder->current_eit.b_current_next == p_section->b_current_next))
{
/* Don't decode since this version is already decoded */
- dvbpsi_debug(p_dvbpsi, "SDT decoder",
+ dvbpsi_debug(p_dvbpsi, "EIT decoder",
"ignoring already decoded section %d",
p_section->i_number);
dvbpsi_DeletePSISections(p_section);
More information about the libdvbpsi-devel
mailing list