diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-06 15:42:21 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-06 15:42:21 +0100 |
commit | f3e6d393829878980eea821a068ef04a5ac5adf4 (patch) | |
tree | 3b1f2a88ba1bf0947aefb53b7f2c590caa8460a0 /dvbplayer.h | |
parent | 4ffd2d6ccdd4c5e679ded76c879d75377e478325 (diff) | |
download | vdr-f3e6d393829878980eea821a068ef04a5ac5adf4.tar.gz vdr-f3e6d393829878980eea821a068ef04a5ac5adf4.tar.bz2 |
cDvbPlayer and cReplayControl now use the same list of editing marks
Diffstat (limited to 'dvbplayer.h')
-rw-r--r-- | dvbplayer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dvbplayer.h b/dvbplayer.h index 678c9693..7094454d 100644 --- a/dvbplayer.h +++ b/dvbplayer.h @@ -4,13 +4,14 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbplayer.h 3.1 2015/02/01 11:20:54 kls Exp $ + * $Id: dvbplayer.h 3.2 2015/02/06 12:27:39 kls Exp $ */ #ifndef __DVBPLAYER_H #define __DVBPLAYER_H #include "player.h" +#include "recording.h" #include "thread.h" class cDvbPlayer; @@ -25,6 +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); bool Active(void); void Stop(void); // Stops the current replay session (if any). |