summaryrefslogtreecommitdiff
path: root/libavcodec/h264dspenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264dspenc.c')
-rw-r--r--libavcodec/h264dspenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264dspenc.c b/libavcodec/h264dspenc.c
index 9dfa01b336..c80e284ba4 100644
--- a/libavcodec/h264dspenc.c
+++ b/libavcodec/h264dspenc.c
@@ -71,7 +71,7 @@ static void h264_dct_c(DCTELEM block[4][4])
H264_DCT_PART2(3);
}
-void ff_h264dspenc_init(DSPContext* c, AVCodecContext *avctx)
+av_cold void ff_h264dspenc_init(DSPContext* c, AVCodecContext *avctx)
{
c->h264_dct = h264_dct_c;
}