summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 5cd2867df..db2fac551 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -1049,6 +1049,7 @@ hb_title_t * hb_title_init( char * path, int index )
t = calloc( sizeof( hb_title_t ), 1 );
t->index = index;
+ t->playlist = -1;
t->list_audio = hb_list_init();
t->list_chapter = hb_list_init();
t->list_subtitle = hb_list_init();