mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
41922bef7a
commit
d4fb110f5c
@ -531,7 +531,7 @@ static int output_configure(AACDecContext *ac,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void flush(AVCodecContext *avctx)
|
||||
static av_cold void flush(AVCodecContext *avctx)
|
||||
{
|
||||
AACDecContext *ac= avctx->priv_data;
|
||||
int type, i, j;
|
||||
|
Loading…
Reference in New Issue
Block a user