Mercurial > libdvdnav.hg
view dvdread_internal.h @ 197:a20a5976a207 src
last_cmd_nav_lbn has to be initialized with an invalid value, so that the first
test to filter double commands will always fail, but 0 is not invalid here!
* use SRI_END_OF_CELL and reenable double command filter
* fix return values of get_current_button()
* use return value of button_auto_action()
author | mroi |
---|---|
date | Mon, 12 May 2003 19:43:11 +0000 |
parents | 4e099155c968 |
children |
line wrap: on
line source
#ifndef DVDREAD_INTERNAL_H #define DVDREAD_INTERNAL_H #ifdef _MSC_VER #include <unistd.h> #endif /* _MSC_VER */ #define CHECK_VALUE(arg) \ if(!(arg)) { \ fprintf(stderr, "\n*** libdvdread: CHECK_VALUE failed in %s:%i ***" \ "\n*** for %s ***\n\n", \ __FILE__, __LINE__, # arg ); \ } #endif /* DVDREAD_INTERNAL_H */