mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
(Windows) Fixed an issue where video textures were sometimes not aligned correctly
This commit is contained in:
parent
38a99abf79
commit
82bd856366
|
@ -1421,7 +1421,8 @@ void VideoFFmpegComponent::startVideoStream()
|
|||
mFrameProcessingThread = nullptr;
|
||||
mVideoWidth = 0;
|
||||
mVideoHeight = 0;
|
||||
mAccumulatedTime = 0;
|
||||
mLinePaddingComp = 0.0f;
|
||||
mAccumulatedTime = 0.0;
|
||||
mStartTimeAccumulation = false;
|
||||
mSWDecoder = true;
|
||||
mDecodedFrame = false;
|
||||
|
|
Loading…
Reference in a new issue