mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
97e5f304ce
to avoid clashing with external libdvdread. (Sync with libdvdread r1122) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27498 b3059339-0415-0410-9bf9-f77b7e298cf2
14 lines
282 B
C
14 lines
282 B
C
/* -*- 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 */
|