Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-08-05 15:30:37 +0300
committerAnton Khirnov <anton@khirnov.net>2015-09-28 16:46:58 +0300
commit8aecec84021a61b943718ff3d7c2c57fcd4af199 (patch)
treed2efa78864294105c9ecacba80e4b90068511ae8 /libavcodec/qsvdec.h
parent539e5ac2ecfec2e2f441222a43fb0583643ea607 (diff)
qsvdec: make ff_qsv_decode_init() static
It is not used outside of qsvdec.c anymore.
Diffstat (limited to 'libavcodec/qsvdec.h')
-rw-r--r--libavcodec/qsvdec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/qsvdec.h b/libavcodec/qsvdec.h
index 5627f06e13..698d8c89b4 100644
--- a/libavcodec/qsvdec.h
+++ b/libavcodec/qsvdec.h
@@ -67,8 +67,6 @@ typedef struct QSVContext {
int ff_qsv_map_pixfmt(enum AVPixelFormat format);
-int ff_qsv_decode_init(AVCodecContext *s, QSVContext *q, mfxSession session);
-
int ff_qsv_process_data(AVCodecContext *avctx, QSVContext *q,
AVFrame *frame, int *got_frame, AVPacket *pkt);