]> git.sesse.net Git - vlc/commit
* modules/demux/ts.c: Parse the telx descriptor and create pseudo ES
authorChristophe Massiot <massiot@videolan.org>
Fri, 19 Jan 2007 18:26:39 +0000 (18:26 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 19 Jan 2007 18:26:39 +0000 (18:26 +0000)
commitdb7c88851fa45ecc3160a27f9a26e2f62b589baa
tree01341577489477eded78d3e4ffac2ed238874f77
parente92542211f05387f69987541df48ac25d480e878
 * modules/demux/ts.c: Parse the telx descriptor and create pseudo ES
   for different languages. Slightly changed the way the dvbsub parser
   works to allow correct streaming with --sout-all or --programs.
 * modules/mux/mpeg/ts.c: Changes to allow descriptor pass-through with
   telx and dvbsub. This is kind of kludgy.
 * module/codec/telx.c: Got rid of the ugly static variables and use
   info from the TS demux.
modules/codec/telx.c
modules/demux/ts.c
modules/mux/mpeg/ts.c