2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix GIFs with alpha display.

This commit is contained in:
John Preston
2020-02-24 17:48:23 +04:00
parent 5937b24799
commit c2f58d3ab5
5 changed files with 37 additions and 13 deletions

View File

@@ -1391,6 +1391,7 @@ QImage Pip::videoFrame(const FrameRequest &request) const {
if (state == ThumbState::Cover) {
_preparedCoverStorage = Streaming::PrepareByRequest(
_instance.info().video.cover,
false,
_instance.info().video.rotation,
request,
std::move(_preparedCoverStorage));