OSDN Git Service

british_english--;
authorDiego Biurrun <diego@biurrun.de>
Thu, 20 Mar 2008 19:08:42 +0000 (19:08 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 20 Mar 2008 19:08:42 +0000 (19:08 +0000)
Originally committed as revision 12522 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3enc.c

index 1b95e80..b5a6197 100644 (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++) {