From: Yukinori Yamazoe <[email protected]> Signed-off-by: Luca Barbato <[email protected]> ---
I'm not exactly sure how the api version maps to hw support, but we aren't using anything from the newer api. libavcodec/qsv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/qsv.h b/libavcodec/qsv.h index 9baa78c..d558fbb 100644 --- a/libavcodec/qsv.h +++ b/libavcodec/qsv.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define QSV_VERSION_MAJOR 1 -#define QSV_VERSION_MINOR 6 +#define QSV_VERSION_MINOR 1 #define ASYNC_DEPTH_DEFAULT 4 // internal parallelism #define SYNC_TIME_DEFAULT 5 * 1000 // 5s -- 1.8.3.2 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
