Mercurial > libdvdnav.hg
comparison vm/vmcmd.h @ 433:1c7c804e9c82 src
Prevent general CPP macro from causing strange behavior.
Roger Pack reported that when playing the DVD "Tangled"
w/ mplayer and recent libdvdnav, mplayer crashes w/ the error message:
Assertion failed: (vm->state).pgc->cell_playback[(vm->state).cellN - 1].block_mode != 0, file libdvdnav/vm/vm.c, line 1141
This line should only be triggered when a developer wants a "strict"
build of the library. Most likely using the very general term
STRICT to #ifdef this clause is what is causing this issue. This
patch adds a DVDNAV_ in front of the strict to prevent the
macro from being enabled accidentally.
Patch by Erik Hovland.
author | rathann |
---|---|
date | Sun, 06 Oct 2013 20:54:43 +0000 |
parents | 0a5a6f03b029 |
children |
comparison
equal
deleted
inserted
replaced
432:9ec21bb5556e | 433:1c7c804e9c82 |
---|