workaround arm hardware, timshift time in vfd

- thx DBoxOldie


Origin commit data
------------------
Branch: master
Commit: e98d4cd3e9
Author: Frankenstone <dampf_acc@online.de>
Date: 2018-10-02 (Tue, 02 Oct 2018)



------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2018-10-02 20:19:04 +02:00
committed by TangoCash
parent b68662757a
commit 2193adb0c6
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;