summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-08-26 18:51:51 +0000
committerwm4 <wm4@mplayer2.org>2012-02-09 04:58:07 +0100
commit8767c060cf9cc5a0a91513d226a886a1f80b2a9b (patch)
treeec111e0337cea6be41753ba41f53727f2a51dcf2 /libvo/gl_common.h
parentbbdff34d696f24cd091ca91e37043872b01aae37 (diff)
downloadmpv-8767c060cf9cc5a0a91513d226a886a1f80b2a9b.tar.bz2
mpv-8767c060cf9cc5a0a91513d226a886a1f80b2a9b.tar.xz
vo_gl: add noise filter
Add disabled feature: noise filter for vo_gl. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34014 b3059339-0415-0410-9bf9-f77b7e298cf2 Hook up -vo gl noise support. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34015 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 5a0fd9b8a8..0dae0d0c29 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -335,6 +335,7 @@ typedef struct {
int chrom_texw;
int chrom_texh;
float filter_strength;
+ float noise_strength;
} gl_conversion_params_t;
int glAutodetectYUVConversion(GL *gl);