[MPlayer-cvslog] r25623 - in trunk/libvo: sub.h video_out.h
diego
subversion at mplayerhq.hu
Sun Jan 6 13:57:26 CET 2008
Author: diego
Date: Sun Jan 6 13:57:26 2008
New Revision: 25623
Log:
cosmetics: Whitespace changes, add comments to some #endif directives.
Modified:
trunk/libvo/sub.h
trunk/libvo/video_out.h
Modified: trunk/libvo/sub.h
==============================================================================
--- trunk/libvo/sub.h (original)
+++ trunk/libvo/sub.h Sun Jan 6 13:57:26 2008
@@ -138,6 +138,6 @@ unsigned utf8_get_char(const char **str)
void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
#endif
-#endif
+#endif /* 0 */
#endif /* MPLAYER_SUB_H */
Modified: trunk/libvo/video_out.h
==============================================================================
--- trunk/libvo/video_out.h (original)
+++ trunk/libvo/video_out.h Sun Jan 6 13:57:26 2008
@@ -239,7 +239,7 @@ extern int vo_colorkey;
extern int WinID;
-#if defined(HAVE_FBDEV)||defined(HAVE_VESA)
+#if defined(HAVE_FBDEV) || defined(HAVE_VESA)
typedef struct {
float min;
@@ -253,6 +253,6 @@ extern char *monitor_hfreq_str;
extern char *monitor_vfreq_str;
extern char *monitor_dotclock_str;
-#endif
+#endif /* defined(HAVE_FBDEV) || defined(HAVE_VESA) */
#endif /* VIDEO_OUT_H */
More information about the MPlayer-cvslog
mailing list