diff options
author | maxd <[email protected]> | 2019-05-08 16:08:54 +0200 |
---|---|---|
committer | Scott <[email protected]> | 2019-05-17 19:55:01 +0100 |
commit | 66eb63ccdc8431dcfecc8aca6aadbd2e14828b26 (patch) | |
tree | 8253f71b2c51b1647b731a55dca87195bd69a908 /libhb/ports.h | |
parent | 2efa1d2026ba4a9776b489de67781a09b7183b9b (diff) |
qsv: adding LowPower support for AVC and HEVC encode on the appropriate HW generations
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index c6b045cde..e1eef623d 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -73,6 +73,7 @@ enum hb_cpu_platform HB_CPU_PLATFORM_INTEL_CHT, HB_CPU_PLATFORM_INTEL_SKL, HB_CPU_PLATFORM_INTEL_KBL, + HB_CPU_PLATFORM_INTEL_ICL, }; int hb_get_cpu_count(void); int hb_get_cpu_platform(void); |