[FFmpeg-soc] [soc]: r4327 - wmapro/wma3dec.c

faust3 subversion at mplayerhq.hu
Sat May 30 14:16:55 CEST 2009


Author: faust3
Date: Sat May 30 14:16:55 2009
New Revision: 4327

Log:
prefix wma_get_samples_per_frame with av_cold (only used during init)

Modified:
   wmapro/wma3dec.c

Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c	Sat May 30 14:13:23 2009	(r4326)
+++ wmapro/wma3dec.c	Sat May 30 14:16:55 2009	(r4327)
@@ -106,7 +106,7 @@ static void wma_dump_context(WMA3DecodeC
  *@param decode_flags codec compression features
  *@return number of output samples per frame
  */
-static int wma_get_samples_per_frame(int sample_rate, unsigned int decode_flags)
+static int av_cold wma_get_samples_per_frame(int sample_rate, unsigned int decode_flags)
 {
 
     int samples_per_frame;


More information about the FFmpeg-soc mailing list