Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
7e6650a1
Commit
7e6650a1
authored
Aug 06, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
parent
a61500b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
modules/LIST
modules/LIST
+0
-8
modules/access/dvb/access.c
modules/access/dvb/access.c
+1
-1
No files found.
modules/LIST
View file @
7e6650a1
...
...
@@ -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
...
...
modules/access/dvb/access.c
View file @
7e6650a1
...
...
@@ -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]")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment