summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-20 19:36:20 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-20 19:36:20 +0000
commit77ab59eb7ff28d8183ea51c5a46aab3b430edd9c (patch)
tree5be15c2961edea1c82739939eef1daf2cf6f1f8e /libavcodec/ac3enc.c
parent287d3b13367348fd616a59c188fff10f7b04ebac (diff)
two more typos spotted by Mike
Originally committed as revision 12524 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 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;ch<s->nb_channels;ch++) {