Author: andoma
Date: Thu Jan 31 16:30:43 2008
New Revision: 1861
Log:
Pass the correct context to av_log()
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Thu Jan 31 16:30:43 2008
@@ -615,7 +615,7 @@ static int GASpecificConfig(AACContext *
int ext = 0;
if(get_bits1(gb)) { // frameLengthFlag
- av_log(ac, AV_LOG_ERROR, "960/120 MDCT window is not supported");
+ av_log(ac->avccontext, AV_LOG_ERROR, "960/120 MDCT window is not
supported");
return -1;
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc