forked from FFmpeg/FFmpeg
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue