[FFmpeg-devel] [PATCH] lavc/h264dec.h: remove unused ff_h264_decode_slice_header

fulinjie at zju.edu.cn fulinjie at zju.edu.cn
Tue Dec 17 10:57:33 EET 2019


From: Linjie Fu <fulinjie at zju.edu.cn>

Once removed in 4a9bab3db0d9ec449ebc8b5e823374d1d1df7761.

Introduced again in b25cd7540e7.

Signed-off-by: Linjie Fu <fulinjie at zju.edu.cn>
---
 libavcodec/h264dec.h | 2 --
 1 file changed, 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.
  *
-- 
2.17.1



More information about the ffmpeg-devel mailing list