From: Gildas Bazin Date: Fri, 6 Aug 2004 13:50:05 +0000 (+0000) Subject: * modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2. X-Git-Tag: 0.8.0~724 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7e6650a16c7cc9ddbca73d9f0338a2fa21fc4182;p=vlc * modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2. --- diff --git a/modules/LIST b/modules/LIST index 36fe018368..81851591f3 100644 --- a/modules/LIST +++ b/modules/LIST @@ -296,8 +296,6 @@ $Id$ * mux_ts: MPEG transport stream muxer - * mux_ts_dvbpsi: MPEG transport stream muxer using libdvbpsi - * ncurses: interface module using the ncurses library. * nsv: NullSoft Video demuxer @@ -330,8 +328,6 @@ $Id$ * postprocessing_mmxext: Video Postprocessing module using MMX_EXT - * ps2: new generation MPEG PS demuxer - * ps: input module for MPEG PS decapsulation. * pva: PVA demuxer @@ -431,12 +427,8 @@ $Id$ * trivial_resampler: Simple audio resampler - * ts2: new generation MPEG TS demuxer - * ts: input module for MPEG TS decapsulation. - * ts_dvbpsi: same as ts using libdvbpsi - * u8tofixed32: unsigned 8 bits to fixed 32 bits audio converter * u8tofloat32: unsigned 8 bits to float 32 bits audio converter diff --git a/modules/access/dvb/access.c b/modules/access/dvb/access.c index d2ad600a40..a3f5f4538e 100644 --- a/modules/access/dvb/access.c +++ b/modules/access/dvb/access.c @@ -105,7 +105,7 @@ static void CloseProgram( input_thread_t * p_input ); /* Satellite */ #define BUDGET_TEXT N_("Budget mode") -#define BUDGET_LONGTEXT N_("This allows you to stream an entire transponder with a budget card. Budget mode is compatible with the ts2 demux.") +#define BUDGET_LONGTEXT N_("This allows you to stream an entire transponder with a budget card.") #define SATNO_TEXT N_("Satellite number in the Diseqc system") #define SATNO_LONGTEXT N_("[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]")