summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-25 16:41:28 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-25 16:41:28 +0000
commit7a3909684e7198520089149775748b9d503b76be (patch)
tree3cc53847725dbe0370bd7462a8dfb4ae5e0e878d /libvo/vo_gl.c
parent464df17b27c71c4ab439c54ff985e7a8fa6f91f9 (diff)
downloadmpv-7a3909684e7198520089149775748b9d503b76be.tar.bz2
mpv-7a3909684e7198520089149775748b9d503b76be.tar.xz
fix/improve code doxumentation. Also group gl_common functions in several
doxygen modules git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16596 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 3deff9c984..a16212d03a 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -144,6 +144,7 @@ static void texSize(int w, int h, int *texw, int *texh) {
}
}
+//! maximum size of custom fragment program
#define MAX_CUSTOM_PROG_SIZE (1024 * 1024)
static void update_yuvconv() {
float bri = eq_bri / 100.0;