Commit 7cdba8a8 authored by alexc's avatar alexc

AAC: Mark functions that are only called when the output configuration is not locked as av_cold.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21833 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 463c62dc
......@@ -196,7 +196,7 @@ static int che_configure(AACContext *ac,
*
* @return Returns error status. 0 - OK, !0 - error
*/
static int output_configure(AACContext *ac,
static av_cold int output_configure(AACContext *ac,
enum ChannelPosition che_pos[4][MAX_ELEM_ID],
enum ChannelPosition new_che_pos[4][MAX_ELEM_ID],
int channel_config, enum OCStatus oc_type)
......@@ -324,7 +324,7 @@ static int decode_pce(AACContext *ac, enum ChannelPosition new_che_pos[4][MAX_EL
*
* @return Returns error status. 0 - OK, !0 - error
*/
static int set_default_channel_config(AACContext *ac,
static av_cold int set_default_channel_config(AACContext *ac,
enum ChannelPosition new_che_pos[4][MAX_ELEM_ID],
int channel_config)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment