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
eb48ec1f
Commit
eb48ec1f
authored
Dec 15, 2008
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Really fix this.
parent
2d96ffcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modules/access/bda/bdagraph.cpp
modules/access/bda/bdagraph.cpp
+3
-2
No files found.
modules/access/bda/bdagraph.cpp
View file @
eb48ec1f
...
...
@@ -527,11 +527,13 @@ int BDAGraph::SubmitDVBSTuneRequest()
p_dvbs_locator
->
Release
();
SysFreeString
(
bstr_input_range
);
delete
pwsz_input_range
;
free
(
psz_input_range
);
free
(
psz_polarisation
);
}
}
l
;
long
l_frequency
,
l_symbolrate
,
l_azimuth
,
l_elevation
,
l_longitude
;
long
l_lnb_lof1
,
l_lnb_lof2
,
l_lnb_slof
,
l_inversion
,
l_network_id
;
long
l_
input_range
,
l_
hp_fec
;
long
l_hp_fec
;
int
i_mod
;
Polarisation
i_polar
;
SpectralInversion
i_inversion
;
...
...
@@ -541,7 +543,6 @@ int BDAGraph::SubmitDVBSTuneRequest()
l_frequency
=
l_symbolrate
=
l_azimuth
=
l_elevation
=
l_longitude
=
-
1
;
l_lnb_lof1
=
l_lnb_lof2
=
l_lnb_slof
=
l_inversion
=
l_network_id
=
-
1
;
l_input_range
=
l_hp_fec
=
i_mod
=
-
1
;
l_frequency
=
var_GetInteger
(
p_access
,
"dvb-frequency"
);
l_symbolrate
=
var_GetInteger
(
p_access
,
"dvb-srate"
);
l_azimuth
=
var_GetInteger
(
p_access
,
"dvb-azimuth"
);
...
...
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