]> git.sesse.net Git - vlc/commitdiff
* modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
authorGildas Bazin <gbazin@videolan.org>
Fri, 6 Aug 2004 13:50:05 +0000 (13:50 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 6 Aug 2004 13:50:05 +0000 (13:50 +0000)
modules/LIST
modules/access/dvb/access.c

index 36fe018368170e348dd3ac321272c72d8ad2bffa..81851591f3c015dc02c3f21f5338f4ecbeb63b1c 100644 (file)
@@ -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 
index d2ad600a40bb43fd338a8ee3d576e815748e5c94..a3f5f4538e9841652d5c444419906534d784bd26 100644 (file)
@@ -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]")