summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-05-20 23:21:43 +0200
committerwm4 <wm4@nowhere>2016-05-20 23:21:43 +0200
commit79afa347cc8eb0a52e3acc11598eb6d497b938d5 (patch)
tree9565afc271982691b054a609245305af91e10900 /DOCS/interface-changes.rst
parent3deedef195b148e09edf9d4f628b1ca3979e1cc2 (diff)
downloadmpv-79afa347cc8eb0a52e3acc11598eb6d497b938d5.tar.bz2
mpv-79afa347cc8eb0a52e3acc11598eb6d497b938d5.tar.xz
vo_opengl: remove non-working rgb/rgba FBO formats
Following commit 84ccebd9, the internal helpers don't allow GL_RGB and GL_RGBA as internal formats for FBO attachments anymore. While OpenGL itself is perfectly fine with it, I don't see much of a reason to bother, and mixing sized and unsized internal formats is confusing anyway. Just remove these formats.
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 58197d7a70..39f560d93f 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -32,6 +32,8 @@ Interface changes
as booleans when using the mpv_node functions in the client API, the
"native" property accessors in Lua, and the JSON API. They can be set as
such as well.
+ - the VO opengl fbo-format sub-option does not accept "rgb" or "rgba"
+ anymore
--- mpv 0.17.0 ---
- deprecate "track-list/N/audio-channels" property (use
"track-list/N/demux-channel-count" instead)