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
eafee314
Commit
eafee314
authored
Mar 17, 2011
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dvb-c: optimize initial channelfinding if we can utilise NIT-info
parent
580f668d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
modules/access/dvb/scan.c
modules/access/dvb/scan.c
+10
-2
No files found.
modules/access/dvb/scan.c
View file @
eafee314
...
@@ -569,8 +569,16 @@ static int ScanDvbCNext( scan_t *p_scan, scan_configuration_t *p_cfg, double *pf
...
@@ -569,8 +569,16 @@ static int ScanDvbCNext( scan_t *p_scan, scan_configuration_t *p_cfg, double *pf
{
{
/* symbol rates from dvb-tools dvb-c files */
/* symbol rates from dvb-tools dvb-c files */
static
const
unsigned
short
symbolrates
[]
=
{
static
const
unsigned
short
symbolrates
[]
=
{
6900
,
6875
,
6950
,
7000
,
3450
,
6111
,
6900
,
6875
,
6950
6428
,
6952
,
5900
,
5000
};
/* With DR_44 we can cover other symbolrates from NIT-info
as all channel-seed files have atleast one channel that
has one of these symbolrate
*/
#ifndef _DVBPSI_DR_44_H_
,
7000
,
3450
,
6111
,
6428
,
6952
,
5900
,
5000
#endif
};
enum
{
num_symbols
=
(
sizeof
(
symbolrates
)
/
sizeof
(
*
symbolrates
))
};
enum
{
num_symbols
=
(
sizeof
(
symbolrates
)
/
sizeof
(
*
symbolrates
))
};
...
...
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