diff options
Diffstat (limited to 'dvbplayer.h')
-rw-r--r-- | dvbplayer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbplayer.h b/dvbplayer.h index e2f2082d..678c9693 100644 --- a/dvbplayer.h +++ b/dvbplayer.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbplayer.h 2.1 2012/02/19 11:40:36 kls Exp $ + * $Id: dvbplayer.h 3.1 2015/02/01 11:20:54 kls Exp $ */ #ifndef __DVBPLAYER_H @@ -56,7 +56,7 @@ public: // and >0 if this is multi speed mode. void Goto(int Index, bool Still = false); // Positions to the given index and displays that frame as a still picture - // if Still is true. + // if Still is true. If Still is false, Play() will be called. }; #endif //__DVBPLAYER_H |