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

diego subversion
Thu Mar 20 20:36:20 CET 2008


Author: diego
Date: Thu Mar 20 20:36:20 2008
New Revision: 12524

Log:
two more typos spotted by Mike


Modified:
   trunk/libavcodec/ac3enc.c

Modified: trunk/libavcodec/ac3enc.c
==============================================================================
--- trunk/libavcodec/ac3enc.c	(original)
+++ trunk/libavcodec/ac3enc.c	Thu Mar 20 20:36:20 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 artifacts */
+           size, so that we avoid annoying high frequency artifacts */
         bw_code = 50;
     }
     for(ch=0;ch<s->nb_channels;ch++) {




More information about the ffmpeg-cvslog mailing list