From f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 27 Dec 2016 18:54:47 +0100 Subject: h264dec: make ff_h264_decode_init() static It is not called from outside h264dec.c anymore. --- libavcodec/h264dec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264dec.h') diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h index 2ffe4deda0..5957e795e6 100644 --- a/libavcodec/h264dec.h +++ b/libavcodec/h264dec.h @@ -553,7 +553,6 @@ int ff_h264_decode_ref_pic_marking(H264SliceContext *sl, GetBitContext *gb, const H2645NAL *nal, void *logctx); void ff_h264_hl_decode_mb(const H264Context *h, H264SliceContext *sl); -int ff_h264_decode_init(AVCodecContext *avctx); void ff_h264_decode_init_vlc(void); /** -- cgit v1.2.1