10l: wrong #endif removed.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18871 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-06-30 13:11:44 +00:00
parent bec4465db6
commit 2b34538ead
1 changed files with 1 additions and 1 deletions

View File

@ -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