diff options
author | jstebbins <[email protected]> | 2011-02-11 21:38:41 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-02-11 21:38:41 +0000 |
commit | 335e7e305d59063132ddae2fff76e7c6c7b02d47 (patch) | |
tree | 76705cc5902d05fd5a7ecafb9ba94fe4544d37c2 /libhb/dvd.h | |
parent | 2289c0d8fae2a1c6d68a10e378d6dc0d510113ae (diff) |
Improve loop detection in dvdnav
Loops in titles of only a single chapter were not being detected.
We now also check the cell number for loops.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3796 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 95f85b1f8..919d3ac8c 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 cell; hb_list_t * list_chapter; int stopped; }; |