summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-03-13 10:20:31 +0100
committerAnton Khirnov <anton@khirnov.net>2015-03-27 22:02:10 +0100
commit72b7441a10f578a1d0be7083d8f5adf6a01921c2 (patch)
tree33e50c8446453b53b922523f7e2b613831a60f35 /libavcodec/qsvdec.h
parent9ba27c2348d26000257e891e40a72facb0d916be (diff)
lavc: add Intel libmfx-based H.264 encoder
Diffstat (limited to 'libavcodec/qsvdec.h')
-rw-r--r--libavcodec/qsvdec.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/libavcodec/qsvdec.h b/libavcodec/qsvdec.h
index 11d19fea17..486a7e3c54 100644
--- a/libavcodec/qsvdec.h
+++ b/libavcodec/qsvdec.h
@@ -32,15 +32,7 @@
#include "libavutil/pixfmt.h"
#include "avcodec.h"
-
-typedef struct QSVFrame {
- AVFrame *frame;
- mfxFrameSurface1 *surface;
-
- mfxFrameSurface1 surface_internal;
-
- struct QSVFrame *next;
-} QSVFrame;
+#include "qsv_internal.h"
typedef struct QSVContext {
// the session used for decoding