diff options
author | Johns <johns98@gmx.net> | 2012-07-02 17:05:36 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-07-02 17:05:36 +0200 |
commit | 696bb8e934bc8bd9c73df4f954d74e926dbeeadb (patch) | |
tree | 35d340f22d74958fd6108efa9837ccf14db11ca6 /video.h | |
parent | 3bb7782d404a09b66afd712bb562c6a3833bebf8 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |