diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-08 11:04:27 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-08 11:04:27 +0000 |
commit | 38005bd941d6e8df04942d9e0af3ae7998108830 (patch) | |
tree | b3a30aaa6806dd8d1bece137f91c0c503b742227 /libvo | |
parent | 9bdda2ec4905597008145042f0ee189d48f6f074 (diff) |
Remove pointless or even wrong N/A return values doxy comments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28112 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_direct3d.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/vo_direct3d.c b/libvo/vo_direct3d.c index 556ead0329..29d784bde4 100644 --- a/libvo/vo_direct3d.c +++ b/libvo/vo_direct3d.c @@ -645,7 +645,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, /** @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[], int stride[], int w,int h,int x,int y ) } /** @brief libvo Callback: Unused function - * @return N/A */ static int draw_frame(uint8_t *src[]) { |