mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed regenerating the index in case the recording spans over several files (was a side effect of the new frame detection)
This commit is contained in:
parent
1e3d1e0f0b
commit
f98ae169e1
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: recording.c 2.69 2012/11/03 11:25:13 kls Exp $
|
* $Id: recording.c 2.70 2012/11/04 15:27:44 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "recording.h"
|
#include "recording.h"
|
||||||
@ -1584,6 +1584,7 @@ void cIndexFileGenerator::Action(void)
|
|||||||
ReplayFile = FileName.NextFile();
|
ReplayFile = FileName.NextFile();
|
||||||
FileSize = 0;
|
FileSize = 0;
|
||||||
FrameOffset = -1;
|
FrameOffset = -1;
|
||||||
|
Buffer.Clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Recording has been processed:
|
// Recording has been processed:
|
||||||
|
Loading…
Reference in New Issue
Block a user