mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
Add missing av_cold in static init/close functions.
Patch by Daniel Verkamp daniel at drv dot nu. Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Stefano Sabatini

parent
50ded3fdb6
commit
5ef251e504
@ -49,7 +49,7 @@ static av_cold void roq_dpcm_table_init(void)
|
||||
}
|
||||
}
|
||||
|
||||
static int roq_dpcm_encode_init(AVCodecContext *avctx)
|
||||
static av_cold int roq_dpcm_encode_init(AVCodecContext *avctx)
|
||||
{
|
||||
ROQDPCMContext *context = avctx->priv_data;
|
||||
|
||||
|
Reference in New Issue
Block a user