]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264dec.h
h264dec: make ff_h264_decode_init() static
[ffmpeg] / libavcodec / h264dec.h
index 2ffe4deda08bdbef53dc1d9533770ef5235e4e7d..5957e795e6bd0cc69720feb6be14365a7c378033 100644 (file)
@@ -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);
 
 /**