diff options
author | John Stebbins <[email protected]> | 2015-09-25 14:02:19 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-09-29 09:47:56 -0700 |
commit | 291243c3fcd34282a700b059995c27a993b12e71 (patch) | |
tree | 3d4ec14d3df387ddb47b1611b69cc54c521dd137 /libhb/common.h | |
parent | c349173bb641530a97f787e75e9aa14fff043506 (diff) |
scan: fix rescan avoidance logic
We need to rescan when the number of previews changes.
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index b540de9de..4f39c8944 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -962,6 +962,7 @@ struct hb_title_s /* Exact duration (in 1/90000s) */ uint64_t duration; + int preview_count; int has_resolution_change; hb_geometry_t geometry; hb_rational_t dar; // aspect ratio for the title's video |