diff options
author | jstebbins <[email protected]> | 2015-05-26 17:10:09 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-05-26 17:10:09 +0000 |
commit | 62dd0977862318d28fc9d19f2bb5ce96d61dd2c3 (patch) | |
tree | 985f907ece17cc7f5e47794ab7f0da6b637eda8b /libhb/common.h | |
parent | 36aeaf4b29260cc97c9a2c6cbab11ee2555ca993 (diff) |
scan: skip scan if title has already been scanned
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7226 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 c9cf50798..ce5dc8841 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -434,6 +434,7 @@ struct hb_title_set_s { hb_list_t * list_title; int feature; // Detected DVD feature title + char path[1024]; }; typedef enum |