From 8aecec84021a61b943718ff3d7c2c57fcd4af199 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 5 Aug 2015 14:30:37 +0200 Subject: qsvdec: make ff_qsv_decode_init() static It is not used outside of qsvdec.c anymore. --- libavcodec/qsvdec.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/qsvdec.h') 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); -- cgit v1.2.3