[MPlayer-cvslog] r32510 - trunk/libao2/ao_sun.c
reimar
subversion at mplayerhq.hu
Sun Oct 17 19:41:06 CEST 2010
Author: reimar
Date: Sun Oct 17 19:41:05 2010
New Revision: 32510
Log:
Reindent.
Modified:
trunk/libao2/ao_sun.c
Modified: trunk/libao2/ao_sun.c
==============================================================================
--- trunk/libao2/ao_sun.c Sun Oct 17 19:39:53 2010 (r32509)
+++ trunk/libao2/ao_sun.c Sun Oct 17 19:41:05 2010 (r32510)
@@ -666,8 +666,8 @@ static int get_space(void){
// return: number of bytes played
static int play(void* data,int len,int flags){
if (!(flags & AOPLAY_FINAL_CHUNK)) {
- len /= ao_data.outburst;
- len *= ao_data.outburst;
+ len /= ao_data.outburst;
+ len *= ao_data.outburst;
}
if (len <= 0) return 0;
More information about the MPlayer-cvslog
mailing list