[vlc-commits] Factor EIT text conversion in a .h file

Rémi Denis-Courmont git at videolan.org
Sun Mar 6 10:49:08 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Mar  6 11:47:46 2011 +0200| [d10c3fa4c05c10c38ae20a81401ee1facde9da2c] | committer: Rémi Denis-Courmont

Factor EIT text conversion in a .h file

Also add support for the Private Use Area characters and check for
valid ISO 8859 character sets.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d10c3fa4c05c10c38ae20a81401ee1facde9da2c
---

 modules/access/dvb/Modules.am |    3 +-
 modules/access/dvb/en50221.c  |  110 +------------------------------------
 modules/access/dvb/en50221.h  |    2 -
 modules/access/dvb/scan.c     |    6 +-
 modules/demux/Modules.am      |    2 +-
 modules/demux/dvb-text.h      |  122 +++++++++++++++++++++++++++++++++++++++++
 modules/demux/ts.c            |  113 +------------------------------------
 7 files changed, 135 insertions(+), 223 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d10c3fa4c05c10c38ae20a81401ee1facde9da2c


More information about the vlc-commits mailing list