[FFmpeg-devel] [PATCH 14/16] avcodec/wma: Mark ff_wma_end() as av_cold
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sun Mar 9 20:20:28 EET 2025
Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavcodec/wma.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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;
Will apply tomorrow unless there are objections.
- Andreas
More information about the ffmpeg-devel
mailing list