From c2f178da71d4484d3884c424e33c5fad6f7455cf Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 20 Mar 2008 19:08:42 +0000 Subject: british_english--; Originally committed as revision 12522 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 1b95e8060f..b5a6197484 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 artefacts */ + size, so that we avoid anoying high freq artifacts */ bw_code = 50; } for(ch=0;chnb_channels;ch++) { -- cgit v1.2.3