[FFmpeg-soc] [soc]: r4333 - wmapro/wma3dec.c
faust3
subversion at mplayerhq.hu
Sat May 30 15:27:43 CEST 2009
Author: faust3
Date: Sat May 30 15:27:43 2009
New Revision: 4333
Log:
added av_cold wma_dump_context()
Modified:
wmapro/wma3dec.c
Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c Sat May 30 15:20:05 2009 (r4332)
+++ wmapro/wma3dec.c Sat May 30 15:27:43 2009 (r4333)
@@ -85,7 +85,7 @@
*@brief helper function to print the most important members of the context
*@param s context
*/
-static void wma_dump_context(WMA3DecodeContext *s)
+static void av_cold wma_dump_context(WMA3DecodeContext *s)
{
#define PRINT(a,b) av_log(s->avctx,AV_LOG_DEBUG," %s = %d\n", a, b);
#define PRINT_HEX(a,b) av_log(s->avctx,AV_LOG_DEBUG," %s = %x\n", a, b);
More information about the FFmpeg-soc
mailing list