Browse Source

british_english--;

Originally committed as revision 12522 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
c2f178da71
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ac3enc.c

+ 1
- 1
libavcodec/ac3enc.c View File

@@ -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++) {


Loading…
Cancel
Save