view dvdread/dvdread_internal.h @ 24133:d43cda21236d

Watch X11 fd in main input select() if using vo xv Add the X11 fd to main input select() set, and call VO check_events() if it becomes readable. Only done in vo xv code for now, though would make sense for other X11-based VOs too.
author uau
date Sat, 25 Aug 2007 04:28:17 +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 */