Mercurial > mplayer.hg
changeset 8185:aae2d081864a
10l
author | anders |
---|---|
date | Thu, 14 Nov 2002 09:47:46 +0000 |
parents | 4d948b753e9d |
children | b56fd4b1738d |
files | libaf/af_format.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af_format.c Wed Nov 13 23:49:12 2002 +0000 +++ b/libaf/af_format.c Thu Nov 14 09:47:46 2002 +0000 @@ -288,7 +288,7 @@ 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;