From 9ba27c2348d26000257e891e40a72facb0d916be Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 13 Mar 2015 08:21:38 +0100 Subject: qsvdec: add 'decode' to the non-static function names --- libavcodec/qsvdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/qsvdec.c') diff --git a/libavcodec/qsvdec.c b/libavcodec/qsvdec.c index 039a0fe925..c077b110db 100644 --- a/libavcodec/qsvdec.c +++ b/libavcodec/qsvdec.c @@ -68,7 +68,7 @@ static int qsv_init_session(AVCodecContext *avctx, QSVContext *q, mfxSession ses return 0; } -int ff_qsv_init(AVCodecContext *avctx, QSVContext *q, mfxSession session) +int ff_qsv_decode_init(AVCodecContext *avctx, QSVContext *q, mfxSession session) { mfxVideoParam param = { { 0 } }; int ret; @@ -272,7 +272,7 @@ int ff_qsv_decode(AVCodecContext *avctx, QSVContext *q, return bs.DataOffset; } -int ff_qsv_close(QSVContext *q) +int ff_qsv_decode_close(QSVContext *q) { QSVFrame *cur = q->work_frames; -- cgit v1.2.3