diff options
author | titer <[email protected]> | 2006-04-20 12:30:53 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-04-20 12:30:53 +0000 |
commit | 981920783c91687707aa4131ed83073503f3cd74 (patch) | |
tree | 6b04c5ee62a22292d8fe0850fc50443600f9e556 /libhb/common.h | |
parent | 1d4535870a4212535c56f79f784c30a018a3e646 (diff) |
Use the DVD name for the output file
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@65 b64f7644-9d1e-0410-96f1-a4d463321fa5
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; |