Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
a133370a
Commit
a133370a
authored
May 26, 2007
by
Ken Self
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bda: fix bandwidth labels
parent
729821ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/bda/bda.c
modules/access/bda/bda.c
+2
-2
No files found.
modules/access/bda/bda.c
View file @
a133370a
...
...
@@ -131,8 +131,8 @@ static const char *ppsz_lp_fec_text[] = { N_("Undefined"), N_("1/2"), N_("2/3"),
#define BANDWIDTH_TEXT N_("Terrestrial bandwidth")
#define BANDWIDTH_LONGTEXT N_("Terrestrial bandwidth [0=auto,6,7,8 in MHz]")
static
const
int
i_band_list
[]
=
{
-
1
,
6
,
7
,
8
};
static
const
char
*
ppsz_band_text
[]
=
{
N_
(
"Undefined"
),
N_
(
"6
"
),
N_
(
"7
"
),
N_
(
"
8
"
)
};
static
const
char
*
ppsz_band_text
[]
=
{
N_
(
"Undefined"
),
N_
(
"6
MHz
"
),
N_
(
"
7 MHz"
),
N_
(
"8 MHz
"
)
};
#define GUARD_TEXT N_("Terrestrial guard interval")
#define GUARD_LONGTEXT N_("Guard interval [Undefined,1/4,1/8,1/16,1/32]")
...
...
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