Skip to content
Snippets Groups Projects
Commit a1362103 authored by Michael Roitzsch's avatar Michael Roitzsch
Browse files

fix a long-standing problem: sometimes, hitting Escape in the movie and then

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.)

parent 2dd3d273
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment