1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 22:30:22 +00:00
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

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;