Mercurial > libavcodec.hg
comparison mpc8.c @ 6517:48759bfbd073 libavcodec
Apply 'cold' attribute to init/uninit functions in libavcodec
| author | zuxy |
|---|---|
| date | Fri, 21 Mar 2008 03:11:20 +0000 |
| parents | 8e63d869a904 |
| children | a4104482ceef |
comparison
equal
deleted
inserted
replaced
| 6516:dbb902bb2347 | 6517:48759bfbd073 |
|---|---|
| 90 if((t << 1) > size) mask = ~mask; | 90 if((t << 1) > size) mask = ~mask; |
| 91 | 91 |
| 92 return mask; | 92 return mask; |
| 93 } | 93 } |
| 94 | 94 |
| 95 static int mpc8_decode_init(AVCodecContext * avctx) | 95 static av_cold int mpc8_decode_init(AVCodecContext * avctx) |
| 96 { | 96 { |
| 97 int i; | 97 int i; |
| 98 MPCContext *c = avctx->priv_data; | 98 MPCContext *c = avctx->priv_data; |
| 99 GetBitContext gb; | 99 GetBitContext gb; |
| 100 static int vlc_initialized = 0; | 100 static int vlc_initialized = 0; |
