summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec.h
diff options
context:
space:
mode:
authorIvan Uskov <ivan.uskov@nablet.com>2015-07-13 10:17:54 -0400
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-14 02:02:55 +0200
commitce91bab70f69acc1a7e5705af95cc6fa89765825 (patch)
treed2464e5c989adee7fc0278ae0cdef042fd80459a /libavcodec/qsvdec.h
parent96e1cc3f8b6b0b5b19820609b23642bde1ee7e7c (diff)
libavcodec/qsv.c: Issue fixed: QSV engine does not release display handler under linux platform.
Reviewed-by: Gwenole Beauchesne <gb.devel@gmail.com> 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 373cc72b2a..210e9a9786 100644
--- a/libavcodec/qsvdec.h
+++ b/libavcodec/qsvdec.h
@@ -40,7 +40,7 @@ typedef struct QSVContext {
// the session we allocated internally, in case the caller did not provide
// one
- mfxSession internal_session;
+ QSVSession internal_qs;
/**
* a linked list of frames currently being used by QSV