mirror of https://github.com/mpv-player/mpv
10l: wrong #endif removed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18871 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bec4465db6
commit
2b34538ead
|
@ -52,6 +52,7 @@ int dvd_angle=1;
|
|||
|
||||
char * dvd_audio_stream_types[8] = { "ac3","unknown","mpeg1","mpeg2ext","lpcm","unknown","dts" };
|
||||
char * dvd_audio_stream_channels[6] = { "mono", "stereo", "unknown", "unknown", "5.1/6.1", "5.1" };
|
||||
#endif
|
||||
|
||||
|
||||
static struct stream_priv_s {
|
||||
|
@ -848,4 +849,3 @@ stream_info_t stream_info_dvd = {
|
|||
&stream_opts,
|
||||
1 // Urls are an option string
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue