[MPlayer-cvslog] r25413 - trunk/libao2/ao_pulse.c
reimar
subversion at mplayerhq.hu
Sat Dec 15 18:07:41 CET 2007
Author: reimar
Date: Sat Dec 15 18:07:40 2007
New Revision: 25413
Log:
Fix indentation
Modified:
trunk/libao2/ao_pulse.c
Modified: trunk/libao2/ao_pulse.c
==============================================================================
--- trunk/libao2/ao_pulse.c (original)
+++ trunk/libao2/ao_pulse.c Sat Dec 15 18:07:40 2007
@@ -256,10 +256,10 @@ static void uninit(int immed) {
/** Play the specified data to the pulseaudio server */
static int play(void* data, int len, int flags) {
- if (pa_stream_write(stream, data, len, NULL, 0, PA_SEEK_RELATIVE) < 0) {
- GENERIC_ERR_MSG(context, "pa_stream_write() failed");
- return -1;
- }
+ if (pa_stream_write(stream, data, len, NULL, 0, PA_SEEK_RELATIVE) < 0) {
+ GENERIC_ERR_MSG(context, "pa_stream_write() failed");
+ return -1;
+ }
return len;
}
More information about the MPlayer-cvslog
mailing list