Mercurial > mplayer.hg
view libdvdread/dvdread_internal.h @ 28173:cb4a6bcebe0a
Add nocache to example dvdnav profile, otherwise dvdnav is unusable.
author | reimar |
---|---|
date | Mon, 29 Dec 2008 19:09:45 +0000 |
parents | ea01824701a5 |
children |
line wrap: on
line source
/* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ #ifndef DVDREAD_INTERNAL_H #define DVDREAD_INTERNAL_H #define CHECK_VALUE(arg) int get_verbose(void); int dvdread_verbose(dvd_reader_t *dvd); dvd_reader_t *device_of_file(dvd_file_t *file); #endif /* DVDREAD_INTERNAL_H */