Skip to content

Commit 196ee9f

Browse files
committed
avcodec/wma: Mark ff_wma_end() as av_cold
Signed-off-by: Andreas Rheinhardt <[email protected]>
1 parent b98beb3 commit 196ee9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavcodec/wma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ int ff_wma_total_gain_to_bits(int total_gain)
364364
return 9;
365365
}
366366

367-
int ff_wma_end(AVCodecContext *avctx)
367+
av_cold int ff_wma_end(AVCodecContext *avctx)
368368
{
369369
WMACodecContext *s = avctx->priv_data;
370370
int i;

0 commit comments

Comments
 (0)