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
6dfe7e13
Commit
6dfe7e13
authored
Mar 25, 2013
by
Zoran Turalija
Committed by
Jean-Baptiste Kempf
Mar 26, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dtv: Cosmetics - remove whitespace and correct comments spacing.
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
bddac5f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/access/dtv/linux.c
modules/access/dtv/linux.c
+3
-3
No files found.
modules/access/dtv/linux.c
View file @
6dfe7e13
...
@@ -110,7 +110,7 @@ static int dvb_parse_modulation (const char *str, int def)
...
@@ -110,7 +110,7 @@ static int dvb_parse_modulation (const char *str, int def)
{
"32APSK"
,
APSK_32
},
{
"32APSK"
,
APSK_32
},
{
"32QAM"
,
QAM_32
},
{
"32QAM"
,
QAM_32
},
{
"64QAM"
,
QAM_64
},
{
"64QAM"
,
QAM_64
},
{
"8PSK"
,
PSK_8
},
{
"8PSK"
,
PSK_8
},
{
"8VSB"
,
VSB_8
},
{
"8VSB"
,
VSB_8
},
{
"DQPSK"
,
DQPSK
},
{
"DQPSK"
,
DQPSK
},
{
"QAM"
,
QAM_AUTO
},
{
"QAM"
,
QAM_AUTO
},
...
@@ -792,7 +792,7 @@ known:
...
@@ -792,7 +792,7 @@ known:
|
((
voltage
==
SEC_VOLTAGE_18
)
<<
1
)
/* polarization */
|
((
voltage
==
SEC_VOLTAGE_18
)
<<
1
)
/* polarization */
|
(
tone
==
SEC_TONE_ON
);
/* option */
|
(
tone
==
SEC_TONE_ON
);
/* option */
cmd
.
msg
[
4
]
=
cmd
.
msg
[
5
]
=
0
;
/* unused */
cmd
.
msg
[
4
]
=
cmd
.
msg
[
5
]
=
0
;
/* unused */
cmd
.
msg_len
=
4
;
/* length*/
cmd
.
msg_len
=
4
;
/* length
*/
msleep
(
15000
);
/* wait 15 ms before DiSEqC command */
msleep
(
15000
);
/* wait 15 ms before DiSEqC command */
unsigned
uncommitted
=
var_InheritInteger
(
d
->
obj
,
"dvb-uncommitted"
);
unsigned
uncommitted
=
var_InheritInteger
(
d
->
obj
,
"dvb-uncommitted"
);
...
@@ -807,7 +807,7 @@ known:
...
@@ -807,7 +807,7 @@ known:
|
((
voltage
==
SEC_VOLTAGE_18
)
<<
1
)
/* polarization */
|
((
voltage
==
SEC_VOLTAGE_18
)
<<
1
)
/* polarization */
|
(
tone
==
SEC_TONE_ON
);
/* option */
|
(
tone
==
SEC_TONE_ON
);
/* option */
uncmd
.
msg
[
4
]
=
uncmd
.
msg
[
5
]
=
0
;
/* unused */
uncmd
.
msg
[
4
]
=
uncmd
.
msg
[
5
]
=
0
;
/* unused */
uncmd
.
msg_len
=
4
;
/* length*/
uncmd
.
msg_len
=
4
;
/* length
*/
if
(
ioctl
(
d
->
frontend
,
FE_DISEQC_SEND_MASTER_CMD
,
&
uncmd
)
<
0
)
if
(
ioctl
(
d
->
frontend
,
FE_DISEQC_SEND_MASTER_CMD
,
&
uncmd
)
<
0
)
{
{
msg_Err
(
d
->
obj
,
"cannot send DiSEqC command: %m"
);
msg_Err
(
d
->
obj
,
"cannot send DiSEqC command: %m"
);
...
...
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