Commit 7954f908 authored by diego's avatar diego

Add av_cold attribute to init function.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17082 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 90cebde6
...@@ -1022,7 +1022,7 @@ static void dump_cook_context(COOKContext *q) ...@@ -1022,7 +1022,7 @@ static void dump_cook_context(COOKContext *q)
* @param avctx pointer to the AVCodecContext * @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; COOKContext *q = avctx->priv_data;
const uint8_t *edata_ptr = avctx->extradata; const uint8_t *edata_ptr = avctx->extradata;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment