mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Add av_cold attribute to init function.
Originally committed as revision 17082 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
27030ee4e9
commit
4b81366b07
@ -1022,7 +1022,7 @@ static void dump_cook_context(COOKContext *q)
|
||||
* @param avctx pointer to the AVCodecContext
|
||||
*/
|
||||
|
||||
static int cook_decode_init(AVCodecContext *avctx)
|
||||
static av_cold int cook_decode_init(AVCodecContext *avctx)
|
||||
{
|
||||
COOKContext *q = avctx->priv_data;
|
||||
const uint8_t *edata_ptr = avctx->extradata;
|
||||
|
Loading…
Reference in New Issue
Block a user