summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-15 23:36:10 +0200
committerwm4 <wm4@nowhere>2014-08-15 23:36:10 +0200
commitdb65151890023e5b30fb8fb2423d4708802bb1df (patch)
tree814add211c50d9d1a5aea2de060feebcaa557570 /video/out/gl_common.h
parent4a297554bcbce5821bf002ce7955bc27767488e3 (diff)
downloadmpv-db65151890023e5b30fb8fb2423d4708802bb1df.tar.bz2
mpv-db65151890023e5b30fb8fb2423d4708802bb1df.tar.xz
gl_common: add SGI_video_sync extension
Diffstat (limited to 'video/out/gl_common.h')
-rw-r--r--video/out/gl_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h
index 75ff0d5dfd..2c6ae92224 100644
--- a/video/out/gl_common.h
+++ b/video/out/gl_common.h
@@ -368,6 +368,9 @@ struct GL {
void (GLAPIENTRY *VDPAUSurfaceAccessNV)(GLvdpauSurfaceNV, GLenum);
void (GLAPIENTRY *VDPAUMapSurfacesNV)(GLsizei, const GLvdpauSurfaceNV *);
void (GLAPIENTRY *VDPAUUnmapSurfacesNV)(GLsizei, const GLvdpauSurfaceNV *);
+
+ GLint (GLAPIENTRY *GetVideoSync)(GLuint *);
+ GLint (GLAPIENTRY *WaitVideoSync)(GLint, GLint, unsigned int *);
};
#endif /* MPLAYER_GL_COMMON_H */