diff options
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -169,6 +169,9 @@ extern void VideoGetOsdSize(int *, int *); /// Set OSD size. extern void VideoSetOsdSize(int, int); + /// Set Osd 3D Mode +extern void VideoSetOsd3DMode(int); + /// Set video clock. extern void VideoSetClock(VideoHwDecoder *, int64_t); |