summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-12-27 18:54:47 +0100
committerAnton Khirnov <anton@khirnov.net>2017-01-09 13:21:13 +0100
commitf1af37b51033ad90e56a8d7dfcc366f2bd9d2fed (patch)
treeb62b38bdedf5c442c794099ac032a4e114adcbc8 /libavcodec/h264dec.h
parente7de05f98f630b5b3a5e441c8fa763e6d89b8851 (diff)
downloadffmpeg-streaming-f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed.zip
ffmpeg-streaming-f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed.tar.gz
h264dec: make ff_h264_decode_init() static
It is not called from outside h264dec.c anymore.
Diffstat (limited to 'libavcodec/h264dec.h')
-rw-r--r--libavcodec/h264dec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h
index 2ffe4de..5957e79 100644
--- a/libavcodec/h264dec.h
+++ b/libavcodec/h264dec.h
@@ -553,7 +553,6 @@ int ff_h264_decode_ref_pic_marking(H264SliceContext *sl, GetBitContext *gb,
const H2645NAL *nal, void *logctx);
void ff_h264_hl_decode_mb(const H264Context *h, H264SliceContext *sl);
-int ff_h264_decode_init(AVCodecContext *avctx);
void ff_h264_decode_init_vlc(void);
/**
OpenPOWER on IntegriCloud