Changeset 7e6650a16c7cc9ddbca73d9f0338a2fa21fc4182

Show
Ignore:
Timestamp:
08/06/04 15:50:05 (4 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1091800205 +0000
git-parent:

[a61500b244ce945d799ba28ac2e963a3345fb301]

git-author:
Gildas Bazin <gbazin@videolan.org> 1091800205 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/LIST

    r09c86cf r7e6650a  
    297297 * mux_ts: MPEG transport stream muxer 
    298298 
    299  * mux_ts_dvbpsi: MPEG transport stream muxer using libdvbpsi 
    300  
    301299 * ncurses: interface module using the ncurses library. 
    302300 
     
    330328  
    331329 * postprocessing_mmxext: Video Postprocessing module using MMX_EXT  
    332  
    333  * ps2: new generation MPEG PS demuxer 
    334330 
    335331 * ps: input module for MPEG PS decapsulation. 
     
    432428 * trivial_resampler: Simple audio resampler 
    433429  
    434  * ts2: new generation MPEG TS demuxer 
    435  
    436430 * ts: input module for MPEG TS decapsulation. 
    437431 
    438  * ts_dvbpsi: same as ts using libdvbpsi 
    439  
    440432 * u8tofixed32: unsigned 8 bits to fixed 32 bits audio converter  
    441433 
  • modules/access/dvb/access.c

    r5b67f07 r7e6650a  
    106106/* Satellite */ 
    107107#define BUDGET_TEXT N_("Budget mode") 
    108 #define BUDGET_LONGTEXT N_("This allows you to stream an entire transponder with a budget card. Budget mode is compatible with the ts2 demux.") 
     108#define BUDGET_LONGTEXT N_("This allows you to stream an entire transponder with a budget card.") 
    109109 
    110110#define SATNO_TEXT N_("Satellite number in the Diseqc system")