]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264dec.h
avcodec/takdec: Fix runtime error: left shift of negative value -42
[ffmpeg] / libavcodec / h264dec.h
index e994f7e7fe88d744c41981ada262d667b58410d2..1c0dfbf7f70a6e26363e1b63f0dc5fe2063dacf3 100644 (file)
@@ -571,7 +571,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);
 
 /**