[MPlayer-cvslog] r28112 - trunk/libvo/vo_direct3d.c

reimar subversion at mplayerhq.hu
Mon Dec 8 12:04:28 CET 2008


Author: reimar
Date: Mon Dec  8 12:04:27 2008
New Revision: 28112

Log:
Remove pointless or even wrong N/A return values doxy comments


Modified:
   trunk/libvo/vo_direct3d.c

Modified: trunk/libvo/vo_direct3d.c
==============================================================================
--- trunk/libvo/vo_direct3d.c	(original)
+++ trunk/libvo/vo_direct3d.c	Mon Dec  8 12:04:27 2008
@@ -645,7 +645,6 @@ static int config(uint32_t width, uint32
 
 /** @brief libvo Callback: Flip next already drawn frame on the
  *         screen.
- *  @return N/A
  */
 static void flip_page(void)
 {
@@ -668,7 +667,6 @@ static void flip_page(void)
 }
 
 /** @brief libvo Callback: Draw OSD/Subtitles,
- *  @return N/A
  */
 static void draw_osd(void)
 {
@@ -676,7 +674,6 @@ static void draw_osd(void)
 
 /** @brief libvo Callback: Uninitializes all pointers and closes
  *         all D3D related stuff,
- *  @return N/A
  */
 static void uninit(void)
 {
@@ -689,7 +686,6 @@ static void uninit(void)
 }
 
 /** @brief libvo Callback: Handles video window events.
- *  @return N/A
  */
 static void check_events(void)
 {
@@ -763,7 +759,6 @@ static int draw_slice(uint8_t *src[], in
 }
 
 /** @brief libvo Callback: Unused function
- *  @return N/A
  */
 static int draw_frame(uint8_t *src[])
 {



More information about the MPlayer-cvslog mailing list