avcodec/wma: Mark ff_wma_end() as av_cold

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2024-05-25 00:48:51 +02:00
parent b98beb3704
commit 196ee9fc86

View File

@ -364,7 +364,7 @@ int ff_wma_total_gain_to_bits(int total_gain)
return 9;
}
int ff_wma_end(AVCodecContext *avctx)
av_cold int ff_wma_end(AVCodecContext *avctx)
{
WMACodecContext *s = avctx->priv_data;
int i;