summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-07-02 17:05:36 +0200
committerJohns <johns98@gmx.net>2012-07-02 17:05:36 +0200
commit696bb8e934bc8bd9c73df4f954d74e926dbeeadb (patch)
tree35d340f22d74958fd6108efa9837ccf14db11ca6 /video.h
parent3bb7782d404a09b66afd712bb562c6a3833bebf8 (diff)
downloadvdr-plugin-softhddevice-696bb8e934bc8bd9c73df4f954d74e926dbeeadb.tar.gz
vdr-plugin-softhddevice-696bb8e934bc8bd9c73df4f954d74e926dbeeadb.tar.bz2
Display frame statistics in plugin menu.
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 3b5bbaa..9624e2d 100644
--- a/video.h
+++ b/video.h
@@ -174,6 +174,9 @@ extern uint8_t *VideoGrab(int *, int *, int *, int);
/// Grab screen raw.
extern uint8_t *VideoGrabService(int *, int *, int *);
+ /// Get decoder statistics.
+extern void VideoGetStats(VideoHwDecoder *, int *, int *, int *, int *);
+
extern void VideoOsdInit(void); ///< Setup osd.
extern void VideoOsdExit(void); ///< Cleanup osd.