mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-26 23:06:44 +01:00
Implemented strict locking of global lists
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: dvbplayer.h 3.2 2015/02/06 12:27:39 kls Exp $
|
||||
* $Id: dvbplayer.h 4.1 2015/08/02 13:01:44 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __DVBPLAYER_H
|
||||
@@ -26,7 +26,7 @@ public:
|
||||
// file of the recording is long enough to allow the player to display
|
||||
// the first frame in still picture mode.
|
||||
virtual ~cDvbPlayerControl();
|
||||
void SetMarks(cMarks *Marks);
|
||||
void SetMarks(const cMarks *Marks);
|
||||
bool Active(void);
|
||||
void Stop(void);
|
||||
// Stops the current replay session (if any).
|
||||
|
||||
Reference in New Issue
Block a user