summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-20 19:08:42 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-20 19:08:42 +0000
commitc2f178da71d4484d3884c424e33c5fad6f7455cf (patch)
tree4069254b8425496f9f58b22e97d7908e4e3c2f92 /libavcodec/ac3enc.c
parentb00675499c6d9327aa7ec6f9f8d9d7758d1d3080 (diff)
british_english--;
Originally committed as revision 12522 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3enc.c')
-rw-r--r--libavcodec/ac3enc.c2
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++) {