[FFmpeg-soc] [soc]: r2948 - aac/aac.c
superdump
subversion at mplayerhq.hu
Thu Jul 31 13:25:29 CEST 2008
Author: superdump
Date: Thu Jul 31 13:25:29 2008
New Revision: 2948
Log:
10l - missing av_log() parameter
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Thu Jul 31 13:25:29 2008
@@ -1198,7 +1198,7 @@ static int decode_tns(AACContext * ac, G
for (i = 0; i < tns->order[w][filt]; i++)
tns->coef[w][filt][i] = get_bits(gb, coef_len);
} else {
- av_log(ac->avccontext, "TNS filter order %d is greater than maximum %d.",
+ av_log(ac->avccontext, AV_LOG_ERROR, "TNS filter order %d is greater than maximum %d.",
tns->order[w][filt], tns_max_order);
tns->order[w][filt] = 0;
return -1;
More information about the FFmpeg-soc
mailing list