summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-01 16:50:48 +0100
committerJohns <johns98@gmx.net>2012-02-01 16:50:48 +0100
commit27e9a88e2ff02c9a84ca009c52d091062dbe5530 (patch)
treecaf09e2a16ffa87d049fb88e861a12e90c0f25ba /video.h
parent33e9c71aea853f1f5bb1ccc55394ecbaa4a01b18 (diff)
downloadvdr-plugin-softhddevice-27e9a88e2ff02c9a84ca009c52d091062dbe5530.tar.gz
vdr-plugin-softhddevice-27e9a88e2ff02c9a84ca009c52d091062dbe5530.tar.bz2
Video updates and bug fix.
Check if surface is ready in VaapiGetSurface. Set PTS/DTS only in the first split video packet. Add support for 4:3 output modes. Quicker auto-crop after channel switch. Add auto-crop support for Intel VA-API backend. Fix bug: Auto-Crop logo skip didn't use displayed width.
Diffstat (limited to 'video.h')
-rw-r--r--video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.h b/video.h
index 247006f..c8a1f46 100644
--- a/video.h
+++ b/video.h
@@ -80,6 +80,9 @@ extern void VideoSetOutputPosition(int, int, int, int);
/// Set video mode.
extern void VideoSetVideoMode(int, int, int, int);
+ /// Set display format.
+extern void VideoSetDisplayFormat(int);
+
/// Set video fullscreen mode.
extern void VideoSetFullscreen(int);