summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
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;