diff options
author | jstebbins <[email protected]> | 2009-06-13 18:13:53 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-13 18:13:53 +0000 |
commit | 287e7975364684cf7d3fdbb4c10fbdb94e03b751 (patch) | |
tree | 005015145baec721417e668e4b91c0401150d125 /libhb/common.h | |
parent | 4779df6821d2be09a9b02f28f6f4adedbc82560f (diff) |
dvdnav: oops. initialize d->chapter to 0 instead of first chapter
otherwise, we don't get the initial chapter marker event
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2528 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index e6d056628..ccd065c15 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -248,7 +248,6 @@ struct hb_job_s int indepth_scan; hb_subtitle_config_t select_subtitle_config; - hb_subtitle_t ** select_subtitle; char * native_language; int angle; // dvd angle to encode |