git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8186 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
anders 2002-11-14 09:47:46 +00:00
parent 1fc337066f
commit cce460d88b
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ static af_data_t* play(struct af_instance_s* af, af_data_t* data)
if(c->bps != l->bps)
change_bps(c->audio,l->audio,len,c->bps,l->bps);
else
memcpy(l->audio,c->audio,len*c->len);
memcpy(l->audio,c->audio,len*c->bps);
break;
}
break;