0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/libmpv
wm4 efc72daea9 client API: clarify mpv_opengl_cb_render() viewport parameter
Basically, the idea behind the vp parameter is broken - I guess the
intention was to enable rendering to a specific subrectangle of the
target framebuffer, but there's nothing to specify the actual target
rectangle (the VO will still clear e.g. the borders between video and
framebuffer borders).

We're not going to keep the current semantics either with the upcoming
rework of vo_opengl, so declare this for broken. Maybe we can introduce
a function later which does this properly.

(cherry picked from commit 90adf2904e)
2015-03-11 12:49:40 +09:00
..
client.h client API: hint that opengl_cb is an alternative to window embedding 2015-02-25 10:50:31 +09:00
mpv.def
mpv.pc.in
opengl_cb.h client API: clarify mpv_opengl_cb_render() viewport parameter 2015-03-11 12:49:40 +09:00
qthelper.hpp