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:
@@ -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));
|
||||
|
Reference in New Issue
Block a user