Support for AOPLAY_FINAL_CHUNK in ao_sdl.c

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22122 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-02-04 10:01:13 +00:00
parent 8fdb1522a2
commit b09c72b9d3
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ 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 = (len/ao_data.outburst)*ao_data.outburst;
#if 0
int ret;