diff options
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 |