From a007891bf9f7e53d3705c51b5b41f9e56a144031 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Wed, 8 Sep 2010 16:51:59 +0000 Subject: Add Bluray support Unencrypted BD directory trees only. Doesn't support iso images. Also, no PGS subtitle support yet. Chapters and angles are supported. Adds a new contrib libbluray. Adds new option to hb_scan() for duration of short titles to filter. This applies to BD and DVD multi-title scans only. Does not apply to any single title scans. Fixes memory leak during scan. hb_buffer_close() was not freeing all buffers in a chain of buffers passed to it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3510 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/hb-backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/src/hb-backend.h') diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 10f9e97a4..4ca04f07b 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -124,7 +124,7 @@ gint ghb_get_scan_state(); gint ghb_get_queue_state(); void ghb_get_status(ghb_status_t *status); void ghb_track_status(void); -void ghb_backend_scan(const gchar *path, gint titleindex, gint preview_count); +void ghb_backend_scan(const gchar *path, gint titleindex, gint preview_count, guint64 min_duration); void ghb_backend_scan_stop(); void ghb_backend_queue_scan(const gchar *path, gint titleindex); gboolean ghb_get_title_info(ghb_title_info_t *tinfo, gint titleindex); -- cgit v1.2.3