avcodec/aac/aacdec: Mark flush as cold
Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -531,7 +531,7 @@ static int output_configure(AACDecContext *ac,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void flush(AVCodecContext *avctx)
|
static av_cold void flush(AVCodecContext *avctx)
|
||||||
{
|
{
|
||||||
AACDecContext *ac= avctx->priv_data;
|
AACDecContext *ac= avctx->priv_data;
|
||||||
int type, i, j;
|
int type, i, j;
|
||||||
|
Reference in New Issue
Block a user