aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-25 00:48:51 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-03-10 04:52:15 +0100
commit196ee9fc862de9a0822d7892daab67054cc4f53f (patch)
tree56043e31843794cffdf1dddfb71f2f246a6dc354
parentb98beb37044e9cecc6da7a6e01f36e120b98c4d9 (diff)
downloadffmpeg-196ee9fc862de9a0822d7892daab67054cc4f53f.tar.gz
avcodec/wma: Mark ff_wma_end() as av_cold
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/wma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wma.c b/libavcodec/wma.c
index da9c914b57..257184c0d8 100644
--- a/libavcodec/wma.c
+++ b/libavcodec/wma.c
@@ -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;