diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-24 13:16:43 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-24 13:16:43 +0100 |
commit | c5553f9187c6f16a4280e7299ec26328eaa0b398 (patch) | |
tree | a0644fa026db806817c514eef72d565274ac5f8c /recording.h | |
parent | a02868c90c1832879b1662398d10f1edebfaf59a (diff) | |
download | vdr-c5553f9187c6f16a4280e7299ec26328eaa0b398.tar.gz vdr-c5553f9187c6f16a4280e7299ec26328eaa0b398.tar.bz2 |
Fixed editing PES recordings
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.h b/recording.h index 3a9b7154..119dd46e 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.2 2009/01/18 11:02:00 kls Exp $ + * $Id: recording.h 2.3 2009/01/24 13:05:03 kls Exp $ */ #ifndef __RECORDING_H @@ -229,6 +229,7 @@ private: cResumeFile resumeFile; cMutex mutex; void ConvertFromPes(tIndexTs *IndexTs, int Count); + void ConvertToPes(tIndexTs *IndexTs, int Count); bool CatchUp(int Index = -1); public: cIndexFile(const char *FileName, bool Record, bool IsPesRecording = false); |