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:
authorIvan Uskov <ivan.uskov@nablet.com>2015-07-20 18:07:34 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-23 04:48:00 +0300
commit1acb19d12bcd259c3b2be39fb3149ced5916b56e (patch)
tree4f6b9ba92ab7378d08f54b2427dcdbdafb5abdef /libavcodec/qsvdec.h
parentf467fc02b475cd45b68aa5fb5f7c78286110ba86 (diff)
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 5b40bb1734..4d3c50563d 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,