[bTSstream-devel] [Git][videolan/bitstream][master] teletext: fix description string
Massiot
gitlab at videolan.org
Sat Aug 27 17:51:23 CEST 2016
Massiot pushed to branch master at videolan / bitstream
Commits:
666f89ae by Christophe Massiot at 2016-08-27T17:51:07+02:00
teletext: fix description string
- - - - -
1 changed file:
- dvb/si/desc_46.h
Changes:
=====================================
dvb/si/desc_46.h
=====================================
--- a/dvb/si/desc_46.h
+++ b/dvb/si/desc_46.h
@@ -90,7 +90,7 @@ static inline const char *desc46_get_teletexttype_txt(uint8_t i_type)
i_type == 0x02 ? "Teletext subtitle page" :
i_type == 0x03 ? "Additional information page" :
i_type == 0x04 ? "Programme schedule page" :
- i_type == 0x05 ? "Teletext subtitle page for hearing impaired people schedule page" : "Reserved";
+ i_type == 0x05 ? "Teletext subtitle page for hearing impaired people" : "Reserved";
}
static inline void desc46n_set_teletextmagazine(uint8_t *p_desc_n,
View it on GitLab: https://code.videolan.org/videolan/bitstream/commit/666f89ae6f477ba8d3a2f9d95c7b933763782f51
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/bitstream-devel/attachments/20160827/ccbf4d99/attachment.html>
More information about the biTStream-devel
mailing list