Mercurial > mplayer.hg
view dvdread/dvdread_internal.h @ 25648:2438052a176e
Another small simplification. Slightly worse performance in the case
where a buffer underrun happens, but this really should not matter.
author | reimar |
---|---|
date | Fri, 11 Jan 2008 20:36:33 +0000 |
parents | 1542693b2a30 |
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 */