Mercurial > mplayer.hg
view dvdread/dvdread_internal.h @ 26965:3fe9b7d8e4b2
Fix codec-specific options syntax declaration to be less confusing and wrong.
The option separator is a colon, all options can receive parameters, not just
the first one. Closes Bugzilla #1100.
author | diego |
---|---|
date | Fri, 06 Jun 2008 16:21:41 +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 */