diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 5da21214e..e03769147 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -497,6 +497,10 @@ struct hb_title_s /* Job template for this title */ hb_job_t * job; + + uint32_t flags; + // set if video stream doesn't have IDR frames +#define HBTF_NO_IDR (1 << 0) }; |