[FFmpeg-cvslog] r21834 - trunk/libavcodec/aac.c

alexc subversion
Mon Feb 15 17:29:46 CET 2010


Author: alexc
Date: Mon Feb 15 17:29:46 2010
New Revision: 21834

Log:
AAC: Mark che_configure() as av_cold.

It is also only called when the output configuration is not locked.

Modified:
   trunk/libavcodec/aac.c

Modified: trunk/libavcodec/aac.c
==============================================================================
--- trunk/libavcodec/aac.c	Mon Feb 15 17:19:46 2010	(r21833)
+++ trunk/libavcodec/aac.c	Mon Feb 15 17:29:46 2010	(r21834)
@@ -169,7 +169,7 @@ static ChannelElement *get_che(AACContex
  *
  * @return  Returns error status. 0 - OK, !0 - error
  */
-static int che_configure(AACContext *ac,
+static av_cold int che_configure(AACContext *ac,
                          enum ChannelPosition che_pos[4][MAX_ELEM_ID],
                          int type, int id,
                          int *channels)



More information about the ffmpeg-cvslog mailing list