Fixed sluggish response when manipulating editing marks while a cutting thread is running

This commit is contained in:
Klaus Schmidinger
2012-09-09 09:19:15 +02:00
parent 2ceb19e566
commit e6e9996060
4 changed files with 19 additions and 5 deletions

3
menu.h
View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: menu.h 2.11 2012/06/13 11:23:11 kls Exp $
* $Id: menu.h 2.12 2012/09/07 08:48:34 kls Exp $
*/
#ifndef __MENU_H
@@ -260,6 +260,7 @@ class cReplayControl : public cDvbPlayerControl {
private:
cSkinDisplayReplay *displayReplay;
cMarks marks;
bool marksModified;
bool visible, modeOnly, shown, displayFrames;
int lastCurrent, lastTotal;
bool lastPlay, lastForward;