diff options
author | jstebbins <[email protected]> | 2009-04-29 17:06:42 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-29 17:06:42 +0000 |
commit | 0bef438147a6807abb2b594d30451bb5d97933aa (patch) | |
tree | 56f469fec85163676518757c8c2810979682a00c /libhb/dvd.h | |
parent | bdea38695081316c3bddc8c778d4b6345b09cd77 (diff) |
dvdnav: fix problem with vm entering stopped state
when the vm enters the stopped state, there's no way to recover
you must close and re-open dvdnav. dvdnav_reset() doesn't help.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2360 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/dvd.h')
-rw-r--r-- | libhb/dvd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/dvd.h b/libhb/dvd.h index 8f89a82cc..811efe5b6 100644 --- a/libhb/dvd.h +++ b/libhb/dvd.h @@ -51,6 +51,7 @@ struct hb_dvdnav_s int title; int title_block_count; int chapter; + int stopped; }; typedef struct hb_dvdnav_s hb_dvdnav_t; |