diff options
author | phintuka <phintuka> | 2006-12-29 19:44:19 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-29 19:44:19 +0000 |
commit | 35b8e9e183781f18503338d0214b2f1efdc827e6 (patch) | |
tree | 0f4754513f51bf1cd8ffa50ab1fca9240c331c73 | |
parent | 3ea5e44b6b4a32352f6b09c12a94e05af8199389 (diff) | |
download | xineliboutput-35b8e9e183781f18503338d0214b2f1efdc827e6.tar.gz xineliboutput-35b8e9e183781f18503338d0214b2f1efdc827e6.tar.bz2 |
m_TrickSpeedMode
-rw-r--r-- | device.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.h,v 1.18 2006-12-24 16:22:35 phintuka Exp $ + * $Id: device.h,v 1.19 2006-12-29 19:44:19 phintuka Exp $ * */ @@ -92,6 +92,7 @@ class cXinelibDevice : public cDevice ePlayMode m_PlayMode; int m_TrickSpeed; int64_t m_TrickSpeedPts; + int m_TrickSpeedMode; public: virtual bool SetPlayMode(ePlayMode PlayMode); |