Merge commit 'bd8ac882140a38868c33c000a430a1292a352533'
* commit 'bd8ac882140a38868c33c000a430a1292a352533': avcodec: Add av_cold attributes to end functions missing them Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -477,7 +477,7 @@ av_cold int ff_bgmc_init(AVCodecContext *avctx,
|
||||
|
||||
|
||||
/** Release the lookup table arrays */
|
||||
void ff_bgmc_end(uint8_t **cf_lut, int **cf_lut_status)
|
||||
av_cold void ff_bgmc_end(uint8_t **cf_lut, int **cf_lut_status)
|
||||
{
|
||||
av_freep(cf_lut);
|
||||
av_freep(cf_lut_status);
|
||||
|
||||
Reference in New Issue
Block a user