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 f5af73c03..866eb98b2 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -240,6 +240,7 @@ struct hb_subtitle_s struct hb_title_s { char dvd[1024]; + char name[1024]; int index; int vts; int ttn; |