From ef611229f39c1792f045002906443622f63987f1 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 13 Aug 2011 11:16:41 +0200 Subject: Implemented static cIndexFile::IndexFileName() --- recording.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recording.h') diff --git a/recording.h b/recording.h index 8ec7f49e..4498ae9b 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.19 2011/04/17 13:18:04 kls Exp $ + * $Id: recording.h 2.20 2011/08/13 09:52:25 kls Exp $ */ #ifndef __RECORDING_H @@ -236,13 +236,14 @@ class cIndexFileGenerator; class cIndexFile { private: int f; - char *fileName; + cString fileName; int size, last; tIndexTs *index; bool isPesRecording; cResumeFile resumeFile; cIndexFileGenerator *indexFileGenerator; cMutex mutex; + static cString IndexFileName(const char *FileName, bool IsPesRecording); void ConvertFromPes(tIndexTs *IndexTs, int Count); void ConvertToPes(tIndexTs *IndexTs, int Count); bool CatchUp(int Index = -1); -- cgit v1.2.3