diff options
author | Thomas Reufer <thomas@reufer.ch> | 2014-01-07 16:36:27 +0100 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2014-01-07 16:36:27 +0100 |
commit | 4e710fc5c2bf2e2e33518eb3c537b7022085bda9 (patch) | |
tree | ea4afd9fa90c6c2e15a6b8f8777e6eca087a04fb /omxdevice.h | |
parent | 2741f31236bfbe2087095af7320183cf863ae02e (diff) | |
download | vdr-plugin-rpihddevice-0.0.6a.tar.gz vdr-plugin-rpihddevice-0.0.6a.tar.bz2 |
2013-12-16: Version 0.0.6a0.0.6a
--------------------------
- fixed:
- removed OMX mutex
Diffstat (limited to 'omxdevice.h')
-rw-r--r-- | omxdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omxdevice.h b/omxdevice.h index 10efea4..797c58d 100644 --- a/omxdevice.h +++ b/omxdevice.h @@ -35,11 +35,11 @@ public: virtual int DeInit(void); virtual bool HasDecoder(void) const { return true; }; + virtual bool CanReplay(void) const { return true; }; virtual void GetOsdSize(int &Width, int &Height, double &PixelAspect); virtual bool SetPlayMode(ePlayMode PlayMode); - virtual bool CanReplay(void) const; virtual void StillPicture(const uchar *Data, int Length); |