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:
authorHaihao Xiang <haihao.xiang@intel.com>2021-01-04 05:46:14 +0300
committerHaihao Xiang <haihao.xiang@intel.com>2022-08-12 05:43:39 +0300
commit6900feef0683a9fbad3f1106e0dbd5de243d71e0 (patch)
treee2d5125e502d661fb294b3906747a1a727fcebce /libavcodec/qsvenc_jpeg.c
parent05bd88dca2d788b40023786ee48c30e0c43c99f2 (diff)
lavc/qsv: create mfx session using oneVPL for decoding/encoding
If qsv hwdevice is available, use the mfxLoader handle in qsv hwdevice to create mfx session. Otherwise create mfx session with a new mfxLoader handle. This is in preparation for oneVPL support
Diffstat (limited to 'libavcodec/qsvenc_jpeg.c')
-rw-r--r--libavcodec/qsvenc_jpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/qsvenc_jpeg.c b/libavcodec/qsvenc_jpeg.c
index 582886c7c0..6d17d896eb 100644
--- a/libavcodec/qsvenc_jpeg.c
+++ b/libavcodec/qsvenc_jpeg.c
@@ -30,7 +30,6 @@
#include "avcodec.h"
#include "codec_internal.h"
#include "qsv.h"
-#include "qsv_internal.h"
#include "qsvenc.h"
typedef struct QSVMJPEGEncContext {