summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h
index 2a57b0534..275761803 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -966,7 +966,7 @@ struct hb_title_s
uint32_t flags;
// set if video stream doesn't have IDR frames
#define HBTF_NO_IDR (1 << 0)
-#define HBTF_SCAN_COMPLETE (1 << 0)
+#define HBTF_SCAN_COMPLETE (1 << 1)
// whether OpenCL scaling is supported for this source
int opencl_support;