summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorLinjie Fu <fulinjie@zju.edu.cn>2019-12-17 16:57:33 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2019-12-17 23:41:47 +0100
commite43d66dc67186a2ca9fefec4e6c189116a3029ba (patch)
tree8ce76969d4eaa2eb7c9b89461c97210c68128e3e /libavcodec
parentfb705e40733b43dba93a060ddd99c9d391adfc32 (diff)
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>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h264dec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h
index 1d9723260d..530e2d4071 100644
--- a/libavcodec/h264dec.h
+++ b/libavcodec/h264dec.h
@@ -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.
*