Commit d0d640e6 authored by alexc's avatar alexc

AAC: Mark che_configure() as av_cold.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21834 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7cdba8a8
......@@ -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)
......
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