Apply 'cold' attribute to init/uninit functions in libavcodec
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "pnm.h"
|
||||
|
||||
|
||||
static int common_init(AVCodecContext *avctx){
|
||||
static av_cold int common_init(AVCodecContext *avctx){
|
||||
PNMContext *s = avctx->priv_data;
|
||||
|
||||
avcodec_get_frame_defaults((AVFrame*)&s->picture);
|
||||
|
||||
Reference in New Issue
Block a user