OSDN Git Service

Add Bluray support
[handbrake-jp/handbrake-jp-git.git] / libhb / dvd.h
index 79cf4e8..95f85b1 100644 (file)
@@ -71,7 +71,7 @@ struct hb_dvd_func_s
     void          (* close)       ( hb_dvd_t ** );
     char        * (* name)        ( char * );
     int           (* title_count) ( hb_dvd_t * );
-    hb_title_t  * (* title_scan)  ( hb_dvd_t *, int );
+    hb_title_t  * (* title_scan)  ( hb_dvd_t *, int, uint64_t );
     int           (* start)       ( hb_dvd_t *, hb_title_t *, int );
     void          (* stop)        ( hb_dvd_t * );
     int           (* seek)        ( hb_dvd_t *, float );