X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264dec.h;h=530e2d4071953d4708227000e4779c92a071e2a6;hb=df08db07110dc00f7dc0ca8bc5162fffcb9008c7;hp=1d9723260dd3cf8016a96887bb4bb74f63cc8854;hpb=f3881c04e93ee70567bd3fe087f49b996b026d30;p=ffmpeg diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h index 1d9723260dd..530e2d40719 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. *