From 77ab59eb7ff28d8183ea51c5a46aab3b430edd9c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 20 Mar 2008 19:36:20 +0000 Subject: two more typos spotted by Mike Originally committed as revision 12524 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3enc.c') diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index b5a6197484..facdf8fb69 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -676,7 +676,7 @@ static int AC3_encode_init(AVCodecContext *avctx) } 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;chnb_channels;ch++) { -- cgit v1.2.3