workaround arm hardware, timshift time in vfd

- thx DBoxOldie
This commit is contained in:
Frankenstone
2018-10-02 20:19:04 +02:00
committed by Thilo Graf
parent 7a796b445b
commit ccc243eafe
2 changed files with 13 additions and 0 deletions

View File

@@ -20,10 +20,12 @@ class cPlayback
bool enabled;
bool playing, first;
bool no_probe;
bool got_vpts_ts;
int nPlaybackSpeed;
int mAudioStream;
int mSubtitleStream;
int mTeletextStream;
int64_t vpts_ts;
bool Stop(void);
bool decoders_closed;
playmode_t pm;