summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec_h2645.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-27 13:23:19 +0200
committerAnton Khirnov <anton@khirnov.net>2016-06-21 19:53:38 +0200
commita0524d9b1e1bb0012207584f067096df7792df6c (patch)
treebdfb1267c302c700a8a4c5830631320a22d381fa /libavcodec/qsvdec_h2645.c
parent59e7361cc791e5103be1712dc59a2055f118d0da (diff)
qsvdec: support getting the session from an AVHWFramesContext
Diffstat (limited to 'libavcodec/qsvdec_h2645.c')
-rw-r--r--libavcodec/qsvdec_h2645.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/qsvdec_h2645.c b/libavcodec/qsvdec_h2645.c
index a65be995c4..134b5a614a 100644
--- a/libavcodec/qsvdec_h2645.c
+++ b/libavcodec/qsvdec_h2645.c
@@ -108,8 +108,6 @@ static av_cold int qsv_decode_init(AVCodecContext *avctx)
goto fail;
}
- s->qsv.iopattern = MFX_IOPATTERN_OUT_SYSTEM_MEMORY;
-
return 0;
fail:
qsv_decode_close(avctx);