You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avcodec/wma: Mark ff_wma_end() as av_cold
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -364,7 +364,7 @@ int ff_wma_total_gain_to_bits(int total_gain)
|
|||||||
return 9;
|
return 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
int ff_wma_end(AVCodecContext *avctx)
|
av_cold int ff_wma_end(AVCodecContext *avctx)
|
||||||
{
|
{
|
||||||
WMACodecContext *s = avctx->priv_data;
|
WMACodecContext *s = avctx->priv_data;
|
||||||
int i;
|
int i;
|
||||||
|
Reference in New Issue
Block a user