[SCM] libav/experimental: AAC: Mark che_configure() as av_cold.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:00:07 UTC 2013


The following commit has been merged in the experimental branch:
commit 895844589801e249fcdccc330b364b76a5f4a931
Author: Alex Converse <alex.converse at gmail.com>
Date:   Mon Feb 15 16:29:46 2010 +0000

    AAC: Mark che_configure() as av_cold.
    
    It is also only called when the output configuration is not locked.
    
    Originally committed as revision 21834 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/aac.c b/libavcodec/aac.c
index fdb054c..1561449 100644
--- a/libavcodec/aac.c
+++ b/libavcodec/aac.c
@@ -169,7 +169,7 @@ static ChannelElement *get_che(AACContext *ac, int type, int elem_id)
  *
  * @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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list