summaryrefslogtreecommitdiffstats
path: root/libao2/ao_pulse.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-09 20:10:35 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-09 20:10:35 +0000
commit33645075f14917ed6b233c5c4c29d1e4ed8b4b35 (patch)
tree7b2914a584f84f60e8aaacfdcfde6a07e725b7f5 /libao2/ao_pulse.c
parentd1c4d6c7ef3625d6b2668a44406db832836d525c (diff)
downloadmpv-33645075f14917ed6b233c5c4c29d1e4ed8b4b35.tar.bz2
mpv-33645075f14917ed6b233c5c4c29d1e4ed8b4b35.tar.xz
Split oversized of "argument" onto a separate line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29159 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/ao_pulse.c')
-rw-r--r--libao2/ao_pulse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libao2/ao_pulse.c b/libao2/ao_pulse.c
index 83270bbfcf..444b85814d 100644
--- a/libao2/ao_pulse.c
+++ b/libao2/ao_pulse.c
@@ -393,7 +393,8 @@ static int control(int cmd, void *arg) {
}
pa_threaded_mainloop_lock(mainloop);
- if (!(o = pa_context_set_sink_input_volume(context, pa_stream_get_index(stream), &volume, NULL, NULL))) {
+ o = pa_context_set_sink_input_volume(context, pa_stream_get_index(stream), &volume, NULL, NULL);
+ if (!o) {
pa_threaded_mainloop_unlock(mainloop);
GENERIC_ERR_MSG(context, "pa_context_set_sink_input_volume() failed");
return CONTROL_ERROR;