mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-29 21:47:48 +02:00
lavc/h264dec.h: remove unused ff_h264_decode_slice_header
Once removed in 4a9bab3db0d9ec449ebc8b5e823374d1d1df7761. Introduced again in b25cd7540e7. Signed-off-by: Linjie Fu <fulinjie@zju.edu.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
fb705e4073
commit
e43d66dc67
@ -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);
|
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.
|
* Submit a slice for decoding.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user