view dvdread/dvdread_internal.h @ 25071:a961cea10603

warn users to disable dvdread internal (at least for the moment: there's something that prevents the correct identification of languages that I don't have time to investigate right now)
author nicodvb
date Sun, 18 Nov 2007 16:19:03 +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 */