summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-25 20:24:41 +0100
committerwm4 <wm4@nowhere>2016-01-25 20:24:41 +0100
commit7f300b4204d33e33308d24eea9107ff60db36cc8 (patch)
tree57575996b86f68389295c7f88bb6b28869c4bb06 /DOCS/interface-changes.rst
parenteaf2eebb50fbd7b49b12e0d08ce630e675ea414d (diff)
downloadmpv-7f300b4204d33e33308d24eea9107ff60db36cc8.tar.bz2
mpv-7f300b4204d33e33308d24eea9107ff60db36cc8.tar.xz
vo_opengl: rename custom shader entrypoint from sample to sample_pixel
"sample" is a reserved identifier at least in GLES ES. Suggestions for a better name than "sample_pixel" are still welcome. Fixes #2733.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 31abc3d1f4..ee7d2cbe4d 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -25,6 +25,8 @@ Interface changes
- add --audio-normalize-downmix
- change the default downmix behavior (--audio-normalize-downmix=yes to get
the old default)
+ - VO opengl custom shaders must now use "sample_pixel" as function name,
+ instead of "sample"
--- mpv 0.15.0 ---
- change "yadif" video filter defaults
--- mpv 0.14.0 ---