summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++) {