view stream/stream_dvd_common.h @ 29847:e37311e178e1

Move arrays used by both dvd and dvdnav to dvd_common.
author reimar
date Tue, 10 Nov 2009 23:15:48 +0000
parents a05ba1fa78b6
children c20a30ebbe56
line wrap: on
line source

#ifndef MPLAYER_STREAM_DVD_COMMON_H
#define MPLAYER_STREAM_DVD_COMMON_H

#include "config.h"
#include <inttypes.h>
#include <dvdread/ifo_types.h>

extern char *dvd_device;
extern const char * const dvd_audio_stream_channels[6];
extern const char * const dvd_audio_stream_types[8];

int mp_dvdtimetomsec(dvd_time_t *dt);

#endif /* MPLAYER_STREAM_DVD_COMMON_H */