diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-25 16:41:28 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-25 16:41:28 +0000 |
commit | 7a3909684e7198520089149775748b9d503b76be (patch) | |
tree | 3cc53847725dbe0370bd7462a8dfb4ae5e0e878d /libvo/vo_gl.c | |
parent | 464df17b27c71c4ab439c54ff985e7a8fa6f91f9 (diff) |
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.c | 1 |
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; |