summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-09 16:43:18 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-09 16:43:18 +0000
commit904448cec5acd64e2b0d563245a77565c0cf1664 (patch)
tree081883becf149cda51fdca29feb84265125179a3 /libvo
parent6c536df1d0e8657525e9e7f644a825070d1fdc4b (diff)
downloadmpv-904448cec5acd64e2b0d563245a77565c0cf1664.tar.bz2
mpv-904448cec5acd64e2b0d563245a77565c0cf1664.tar.xz
Add missing doxygen comment for clearOSD()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16437 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index c772d85c08..6d6cb5fd76 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -126,6 +126,9 @@ static void texSize(int w, int h, int *texw, int *texh) {
}
}
+/**
+ * \brief remove all OSD textures and display-lists, thus clearing it.
+ */
static void clearOSD() {
int i;
glDeleteTextures(osdtexCnt, osdtex);