[FFmpeg-soc] [soc]: r2109 - aac/aac.c

andoma subversion at mplayerhq.hu
Wed Apr 9 10:03:57 CEST 2008


Author: andoma
Date: Wed Apr  9 10:03:56 2008
New Revision: 2109

Log:
Fix spelling error



Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Wed Apr  9 10:03:56 2008
@@ -1366,7 +1366,7 @@ static int decode_ics(AACContext * ac, G
     if (!scale_flag) {
         if ((pulse.present = get_bits1(gb))) {
             if (ics->window_sequence == EIGHT_SHORT_SEQUENCE) {
-                av_log(ac->avccontext, AV_LOG_ERROR, "Pulse tool not allowed in EIGHT SHORT SEUQUENCE\n");
+                av_log(ac->avccontext, AV_LOG_ERROR, "Pulse tool not allowed in EIGHT SHORT SEQUENCE\n");
                 return -1;
             }
             decode_pulse_data(ac, gb, &pulse);



More information about the FFmpeg-soc mailing list