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);
participants (1)
-
andoma