From c07ec82e6dc94020592930f5e6a206ddc1357802 Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 13 Aug 2012 16:57:36 +0200 Subject: Fix bug: Can't use software decoder with VDPAU. --- video.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video.h') diff --git a/video.h b/video.h index 2ad261d..ea11633 100644 --- a/video.h +++ b/video.h @@ -82,6 +82,9 @@ extern void VideoDisplayWakeup(void); /// Set video device. extern void VideoSetDevice(const char *); + /// Get video driver name. +extern const char *VideoGetDriverName(void); + /// Set video geometry. extern int VideoSetGeometry(const char *); -- cgit v1.2.3