summaryrefslogtreecommitdiffstats
path: root/libavcodec/qsvdec.h
diff options
context:
space:
mode:
authorIvan Uskov <ivan.uskov@nablet.com>2015-07-20 11:07:34 -0400
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-23 03:48:00 +0200
commit1acb19d12bcd259c3b2be39fb3149ced5916b56e (patch)
tree4f6b9ba92ab7378d08f54b2427dcdbdafb5abdef /libavcodec/qsvdec.h
parentf467fc02b475cd45b68aa5fb5f7c78286110ba86 (diff)
downloadffmpeg-streaming-1acb19d12bcd259c3b2be39fb3149ced5916b56e.zip
ffmpeg-streaming-1acb19d12bcd259c3b2be39fb3149ced5916b56e.tar.gz
libavcodec/qsvdec_h264.c: SPS parsing is now performed by MFXVideoDECODE_DecodeHeader() in libavcodec/qsvdec.c
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/qsvdec.h')
-rw-r--r--libavcodec/qsvdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qsvdec.h b/libavcodec/qsvdec.h
index 5b40bb1..4d3c505 100644
--- a/libavcodec/qsvdec.h
+++ b/libavcodec/qsvdec.h
@@ -60,7 +60,7 @@ typedef struct QSVContext {
int ff_qsv_map_pixfmt(enum AVPixelFormat format);
-int ff_qsv_decode_init(AVCodecContext *s, QSVContext *q);
+int ff_qsv_decode_init(AVCodecContext *s, QSVContext *q, AVPacket *avpkt);
int ff_qsv_decode(AVCodecContext *s, QSVContext *q,
AVFrame *frame, int *got_frame,
OpenPOWER on IntegriCloud