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

andoma subversion at mplayerhq.hu
Thu Jan 31 16:30:43 CET 2008


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;
     }
 



More information about the FFmpeg-soc mailing list