diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-20 19:36:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-20 19:36:20 +0000 |
commit | 77ab59eb7ff28d8183ea51c5a46aab3b430edd9c (patch) | |
tree | 5be15c2961edea1c82739939eef1daf2cf6f1f8e | |
parent | 287d3b13367348fd616a59c188fff10f7b04ebac (diff) | |
download | ffmpeg-77ab59eb7ff28d8183ea51c5a46aab3b430edd9c.tar.gz |
two more typos spotted by Mike
Originally committed as revision 12524 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 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++) { |