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 /softhddev.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 'softhddev.h')
-rw-r--r-- | softhddev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index 77181c7..66b0b5a 100644 --- a/softhddev.h +++ b/softhddev.h @@ -90,6 +90,9 @@ extern "C" extern void Suspend(int, int, int); /// Resume plugin extern void Resume(void); + + /// Get decoder statistics + extern void GetStats(int *, int *, int *, int *); #ifdef __cplusplus } #endif |