Skip to content
Snippets Groups Projects
Forked from VideoLAN / libdvdnav
369 commits behind the upstream repository.
  • Michael Roitzsch's avatar
    fix a long-standing problem: sometimes, hitting Escape in the movie and then · a1362103
    Michael Roitzsch authored
    again in the menu does not resume the movie, but throws "Expected NAV packet,
    but none found." at you; reason: link_values.data1, which we use to transport
    the block number for the resume is 16bit, but blockN is 32bit and can actually
    use more than 16bit sometimes; solution: use link_values.data2 for the upper
    16bit (I did not want to change the declaration of link_t, because it seems
    closer to the DVD standard to have 16bit wide entries there, actually we are
    abusing the link_values for the resume block number anyway.)
    
    
    a1362103
To find the state of this project's repository at the time of any of these versions, check out the tags.