comparison stream/stream_dvd.c @ 29845:a05ba1fa78b6

Share dvd_device extern declaration between dvd and dvdnav.
author reimar
date Tue, 10 Nov 2009 23:10:57 +0000
parents 0f1b5b68af32
children e37311e178e1
comparison
equal deleted inserted replaced
29844:ab281bcfecb9 29845:a05ba1fa78b6
39 #include "stream_dvd.h" 39 #include "stream_dvd.h"
40 #include "stream_dvd_common.h" 40 #include "stream_dvd_common.h"
41 #include "libmpdemux/demuxer.h" 41 #include "libmpdemux/demuxer.h"
42 #include "libavutil/intreadwrite.h" 42 #include "libavutil/intreadwrite.h"
43 43
44 extern char* dvd_device;
45 static char* dvd_device_current; 44 static char* dvd_device_current;
46 int dvd_angle=1; 45 int dvd_angle=1;
47 int dvd_speed=0; /* 0 => don't touch speed */ 46 int dvd_speed=0; /* 0 => don't touch speed */
48 47
49 static void dvd_set_speed(char *device, unsigned speed) 48 static void dvd_set_speed(char *device, unsigned speed)