[MPlayer-cvslog] r18872 - trunk/libmpdemux/stream_dvd.c
diego
subversion at mplayerhq.hu
Fri Jun 30 15:12:51 CEST 2006
Author: diego
Date: Fri Jun 30 15:12:51 2006
New Revision: 18872
Modified:
trunk/libmpdemux/stream_dvd.c
Log:
Add some explanatory comments to #endif jungle.
Modified: trunk/libmpdemux/stream_dvd.c
==============================================================================
--- trunk/libmpdemux/stream_dvd.c (original)
+++ trunk/libmpdemux/stream_dvd.c Fri Jun 30 15:12:51 2006
@@ -52,7 +52,7 @@
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
+#endif /* #ifdef USE_DVDREAD */
static struct stream_priv_s {
@@ -386,7 +386,7 @@
dvd_last_chapter = 0;
}
-#endif
+#endif /* #ifdef USE_DVDREAD */
static int fill_buffer(stream_t *s, char *but, int len)
{
@@ -832,7 +832,7 @@
stream->priv = (void*)d;
return STREAM_OK;
}
-#endif
+#endif /* #ifdef USE_DVDREAD */
mp_msg(MSGT_DVD,MSGL_ERR,MSGTR_NoDVDSupport);
m_struct_free(&stream_opts,opts);
return STREAM_UNSUPORTED;
More information about the MPlayer-cvslog
mailing list