avcodec/wma: Mark ff_wma_end() as av_cold
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
b98beb3704
commit
196ee9fc86
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue