Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
82147298
Commit
82147298
authored
Jan 16, 2006
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Indentation and coding style fixes
parent
1c112069
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
src/control/mediacontrol_audio_video.c
src/control/mediacontrol_audio_video.c
+11
-12
No files found.
src/control/mediacontrol_audio_video.c
View file @
82147298
...
...
@@ -266,9 +266,8 @@ mediacontrol_sound_set_volume( mediacontrol_Instance *self,
if
(
!
self
->
p_intf
)
{
RAISE
(
mediacontrol_InternalException
,
"No interface module"
);
return
;
}
aout_VolumeSet
(
self
->
p_intf
,(
audio_volume_t
)
volume
);
else
aout_VolumeSet
(
self
->
p_intf
,(
audio_volume_t
)
volume
);
}
vlc_bool_t
mediacontrol_set_visual
(
mediacontrol_Instance
*
self
,
...
...
@@ -281,7 +280,7 @@ vlc_bool_t mediacontrol_set_visual( mediacontrol_Instance *self,
if
(
!
self
->
p_vlc
)
{
RAISE
(
mediacontrol_InternalException
,
"No vlc reference"
);
return
0
;
return
VLC_FALSE
;
}
value
.
i_int
=
visual_id
;
ret
=
var_Set
(
self
->
p_vlc
,
"drawable"
,
value
);
...
...
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