mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 11:50:48 +00:00
Share dvd_device extern declaration between dvd and dvdnav.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29887 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6e8f1e844f
commit
8f164e07a0
@ -41,7 +41,6 @@
|
||||
#include "libmpdemux/demuxer.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
|
||||
extern char* dvd_device;
|
||||
static char* dvd_device_current;
|
||||
int dvd_angle=1;
|
||||
int dvd_speed=0; /* 0 => don't touch speed */
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <dvdread/ifo_types.h>
|
||||
|
||||
extern char *dvd_device;
|
||||
int mp_dvdtimetomsec(dvd_time_t *dt);
|
||||
|
||||
#endif /* MPLAYER_STREAM_DVD_COMMON_H */
|
||||
|
@ -47,7 +47,6 @@ typedef struct {
|
||||
unsigned int state;
|
||||
} dvdnav_priv_t;
|
||||
|
||||
extern char *dvd_device;
|
||||
extern char *audio_lang, *dvdsub_lang;
|
||||
extern char *dvd_audio_stream_channels[6], *dvd_audio_stream_types[8];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user