[FFmpeg-cvslog] r12522 - trunk/libavcodec/ac3enc.c

diego subversion
Thu Mar 20 20:08:44 CET 2008


Author: diego
Date: Thu Mar 20 20:08:42 2008
New Revision: 12522

Log:
british_english--;


Modified:
   trunk/libavcodec/ac3enc.c

Modified: trunk/libavcodec/ac3enc.c
==============================================================================
--- trunk/libavcodec/ac3enc.c	(original)
+++ trunk/libavcodec/ac3enc.c	Thu Mar 20 20:08:42 2008
@@ -676,7 +676,7 @@ static int AC3_encode_init(AVCodecContex
     } 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++) {




More information about the ffmpeg-cvslog mailing list