diff options
author | Johns <johns98@gmx.net> | 2012-02-23 15:32:43 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-23 15:32:43 +0100 |
commit | c17af0e95857877c608bcced814ed2cd1edb1482 (patch) | |
tree | 1dffdcfcc00dd7aa53088e72f3b2e03505c796d0 /softhddev.h | |
parent | 2561214c3ed56dc43a3d607260ad71f7c816ae3b (diff) | |
download | vdr-plugin-softhddevice-c17af0e95857877c608bcced814ed2cd1edb1482.tar.gz vdr-plugin-softhddevice-c17af0e95857877c608bcced814ed2cd1edb1482.tar.bz2 |
Fix bug: 100% cpu use with plugins like mp3.
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.h b/softhddev.h index 573c37a..60bca89 100644 --- a/softhddev.h +++ b/softhddev.h @@ -50,7 +50,7 @@ extern "C" extern uint8_t *GrabImage(int *, int, int, int, int); /// C plugin set play mode - extern void SetPlayMode(void); + extern int SetPlayMode(int); /// C plugin set trick speed extern void TrickSpeed(int); /// C plugin clears all video and audio data from the device |