diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-24 09:00:55 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-24 09:00:55 +0100 |
commit | db59a8e745a6a48574f897ec0ce212f31fc87802 (patch) | |
tree | 1c9d79cc3e552dc609a79ac49cb984e57115c816 /recording.h | |
parent | ef3af3b70275056fbe3442eb0b9f56098cda4ed1 (diff) | |
download | vdr-db59a8e745a6a48574f897ec0ce212f31fc87802.tar.gz vdr-db59a8e745a6a48574f897ec0ce212f31fc87802.tar.bz2 |
Fixed replaying ongoing recordings from other VDR instances1.7.34
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/recording.h b/recording.h index 9ae9b1ec..f555024c 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 2.40 2012/11/13 11:43:59 kls Exp $ + * $Id: recording.h 2.41 2012/12/23 15:11:53 kls Exp $ */ #ifndef __RECORDING_H @@ -292,11 +292,6 @@ private: cResumeFile resumeFile; cIndexFileGenerator *indexFileGenerator; cMutex mutex; - static cMutex indexListMutex; - static cVector<const cIndexFile *> indexList; - static void AddToIndexList(const cIndexFile *IndexFile); - static void RemoveFromIndexList(const cIndexFile *IndexFile); - static bool IsInIndexList(const cIndexFile *IndexFile); void ConvertFromPes(tIndexTs *IndexTs, int Count); void ConvertToPes(tIndexTs *IndexTs, int Count); bool CatchUp(int Index = -1); |