Commit c2f178da authored by Diego Biurrun's avatar Diego Biurrun

british_english--;

Originally committed as revision 12522 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b0067549
......@@ -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++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment