vo_opengl_cb: fix flipped rendering

Oops.
This commit is contained in:
wm4 2015-01-08 02:19:12 +01:00
parent d6aac7f930
commit f52ec079b2
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ int mpv_opengl_cb_render(struct mpv_opengl_cb_context *ctx, int fbo, int vp[4])
if (ctx->force_update && vo) {
ctx->force_update = false;
ctx->wnd = wnd;
ctx->flip = flip;
struct mp_rect src, dst;
struct mp_osd_res osd;