Mercurial > mplayer.hg
changeset 32424:ad5550203548
Reindent.
author | reimar |
---|---|
date | Sun, 17 Oct 2010 17:41:05 +0000 |
parents | 4a3bfd196e17 |
children | 0b221d9da48e |
files | libao2/ao_sun.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_sun.c Sun Oct 17 17:39:53 2010 +0000 +++ b/libao2/ao_sun.c Sun Oct 17 17:41:05 2010 +0000 @@ -666,8 +666,8 @@ // 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;