Mercurial > libavcodec.hg
changeset 6516:dbb902bb2347 libavcodec
two more typos spotted by Mike
author | diego |
---|---|
date | Thu, 20 Mar 2008 19:36:20 +0000 |
parents | f44ffc9a68c8 |
children | 48759bfbd073 |
files | ac3enc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ac3enc.c Thu Mar 20 19:08:42 2008 +0000 +++ b/ac3enc.c Thu Mar 20 19:36:20 2008 +0000 @@ -676,7 +676,7 @@ } else { /* use default bandwidth setting */ /* XXX: should compute the bandwidth according to the frame - size, so that we avoid anoying high freq artifacts */ + size, so that we avoid annoying high frequency artifacts */ bw_code = 50; } for(ch=0;ch<s->nb_channels;ch++) {