Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
1738103b
Commit
1738103b
authored
Oct 21, 2012
by
Rémi Denis-Courmont
Browse files
Old RC: audio device or stereo mode can be changed when paused
parent
cf2106da
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/rc.c
View file @
1738103b
...
...
@@ -1697,13 +1697,6 @@ static int AudioConfig( vlc_object_t *p_this, char const *psz_cmd,
if
(
!
p_input
)
return
VLC_ENOOBJ
;
int
state
=
var_GetInteger
(
p_input
,
"state"
);
if
(
state
==
PAUSE_S
)
{
msg_rc
(
"%s"
,
_
(
"Type 'menu select' or 'pause' to continue."
)
);
return
VLC_EGENERIC
;
}
vlc_object_t
*
p_aout
=
(
vlc_object_t
*
)
input_GetAout
(
p_input
);
vlc_object_release
(
p_input
);
if
(
p_aout
==
NULL
)
...
...
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