summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.h
diff options
context:
space:
mode:
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 */