mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-22 08:10:10 +00:00
Merge pull request #29 from HellKeeper62/master
Patch to fix the video issue
This commit is contained in:
@@ -44,6 +44,7 @@ public abstract class AbstractVideoRenderer implements VideoDecoderRenderer {
|
|||||||
dataSize = 0;
|
dataSize = 0;
|
||||||
last = System.currentTimeMillis();
|
last = System.currentTimeMillis();
|
||||||
}
|
}
|
||||||
|
depacketizer.freeDecodeUnit(decodeUnit);
|
||||||
} catch (InterruptedException ex) { }
|
} catch (InterruptedException ex) { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user