Commit 7e6650a1 authored by Gildas Bazin's avatar Gildas Bazin

* modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.

parent a61500b2
...@@ -296,8 +296,6 @@ $Id$ ...@@ -296,8 +296,6 @@ $Id$
* mux_ts: MPEG transport stream muxer * mux_ts: MPEG transport stream muxer
* mux_ts_dvbpsi: MPEG transport stream muxer using libdvbpsi
* ncurses: interface module using the ncurses library. * ncurses: interface module using the ncurses library.
* nsv: NullSoft Video demuxer * nsv: NullSoft Video demuxer
...@@ -330,8 +328,6 @@ $Id$ ...@@ -330,8 +328,6 @@ $Id$
* postprocessing_mmxext: Video Postprocessing module using MMX_EXT * postprocessing_mmxext: Video Postprocessing module using MMX_EXT
* ps2: new generation MPEG PS demuxer
* ps: input module for MPEG PS decapsulation. * ps: input module for MPEG PS decapsulation.
* pva: PVA demuxer * pva: PVA demuxer
...@@ -431,12 +427,8 @@ $Id$ ...@@ -431,12 +427,8 @@ $Id$
* trivial_resampler: Simple audio resampler * trivial_resampler: Simple audio resampler
* ts2: new generation MPEG TS demuxer
* ts: input module for MPEG TS decapsulation. * ts: input module for MPEG TS decapsulation.
* ts_dvbpsi: same as ts using libdvbpsi
* u8tofixed32: unsigned 8 bits to fixed 32 bits audio converter * u8tofixed32: unsigned 8 bits to fixed 32 bits audio converter
* u8tofloat32: unsigned 8 bits to float 32 bits audio converter * u8tofloat32: unsigned 8 bits to float 32 bits audio converter
......
...@@ -105,7 +105,7 @@ static void CloseProgram( input_thread_t * p_input ); ...@@ -105,7 +105,7 @@ static void CloseProgram( input_thread_t * p_input );
/* Satellite */ /* Satellite */
#define BUDGET_TEXT N_("Budget mode") #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_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]") #define SATNO_LONGTEXT N_("[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment