diff options
author | Johns <johns98@gmx.net> | 2012-04-05 15:47:59 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-04-05 15:47:59 +0200 |
commit | c986d285ea28e824d02ce5253f6e29d3e8da8df3 (patch) | |
tree | 0be58ecff4d56dab590c423631cd5d556bc60899 /softhddev.h | |
parent | 8612044b9bf051e0ecd9b900e1f8a3ce1b035483 (diff) | |
download | vdr-plugin-softhddevice-c986d285ea28e824d02ce5253f6e29d3e8da8df3.tar.gz vdr-plugin-softhddevice-c986d285ea28e824d02ce5253f6e29d3e8da8df3.tar.bz2 |
Buffer less video and audio.
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h index 78862d6..77181c7 100644 --- a/softhddev.h +++ b/softhddev.h @@ -81,6 +81,8 @@ extern "C" extern int Start(void); /// C plugin stop code extern void Stop(void); + /// C plugin house keeping + extern void Housekeeping(void); /// C plugin main thread hook extern void MainThreadHook(void); |