summaryrefslogtreecommitdiffstats
path: root/libhb/hb.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/hb.h')
-rw-r--r--libhb/hb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/hb.h b/libhb/hb.h
index 8bfd9a144..4ea050975 100644
--- a/libhb/hb.h
+++ b/libhb/hb.h
@@ -77,7 +77,8 @@ char * hb_dvd_name( char * path );
Scan the specified path. Can be a DVD device, a VIDEO_TS folder or
a VOB file. If title_index is 0, scan all titles. */
void hb_scan( hb_handle_t *, const char * path,
- int title_index );
+ int title_index, int preview_count,
+ int store_previews );
/* hb_get_titles()
Returns the list of valid titles detected by the latest scan. */