summaryrefslogtreecommitdiffstats
path: root/libhb/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/scan.c')
-rw-r--r--libhb/scan.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libhb/scan.c b/libhb/scan.c
index 507662f36..ec35eb916 100644
--- a/libhb/scan.c
+++ b/libhb/scan.c
@@ -865,9 +865,7 @@ skip_preview:
title->color_transfer = vid_info.color_transfer;
title->color_matrix = vid_info.color_matrix;
-#ifdef USE_QSV
- title->qsv_decode_support = vid_info.qsv_decode_support;
-#endif
+ title->video_decode_support = vid_info.video_decode_support;
// compute the aspect ratio based on the storage dimensions and the
// pixel aspect ratio (if supplied) or just storage dimensions if no PAR.