mirror of https://github.com/mpv-player/mpv
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8186 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1fc337066f
commit
cce460d88b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue