Commit e43d66dc authored by Linjie Fu's avatar Linjie Fu Committed by Michael Niedermayer

lavc/h264dec.h: remove unused ff_h264_decode_slice_header

Once removed in 4a9bab3d.

Introduced again in b25cd754.
Signed-off-by: 's avatarLinjie Fu <fulinjie@zju.edu.cn>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent fb705e40
......@@ -832,8 +832,6 @@ int ff_h264_slice_context_init(H264Context *h, H264SliceContext *sl);
void ff_h264_draw_horiz_band(const H264Context *h, H264SliceContext *sl, int y, int height);
int ff_h264_decode_slice_header(H264Context *h, H264SliceContext *sl,
const H2645NAL *nal);
/**
* Submit a slice for decoding.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment