changeset 11177:69020e1846fe libavcodec

AAC: Mark che_configure() as av_cold. It is also only called when the output configuration is not locked.
author alexc
date Mon, 15 Feb 2010 16:29:46 +0000
parents 490544c08c48
children fda40558e98a
files aac.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aac.c	Mon Feb 15 16:19:46 2010 +0000
+++ b/aac.c	Mon Feb 15 16:29:46 2010 +0000
@@ -169,7 +169,7 @@
  *
  * @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)