diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-20 19:08:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-20 19:08:42 +0000 |
commit | c2f178da71d4484d3884c424e33c5fad6f7455cf (patch) | |
tree | 4069254b8425496f9f58b22e97d7908e4e3c2f92 | |
parent | b00675499c6d9327aa7ec6f9f8d9d7758d1d3080 (diff) | |
download | ffmpeg-c2f178da71d4484d3884c424e33c5fad6f7455cf.tar.gz |
british_english--;
Originally committed as revision 12522 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/ac3enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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;ch<s->nb_channels;ch++) { |