Skip to content

Commit

Permalink
Update QSGVideoTextureItem.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 6, 2025
1 parent 283d578 commit 9b68fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/videostreaming/avcodec/QSGVideoTextureItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void QSGVideoTextureItem::handleWindowChanged(QQuickWindow *win)
// Ensure we start with cleared to black. The squircle's blend mode relies on this.
// We do not need that when rendering a texture, which is what we actually want (squircle is just the example where I started with,
// since I had to start somehow ;)
//win->setColor(Qt::black);
win->setColor(Qt::black);
}
}

Expand Down

0 comments on commit 9b68fd6

Please sign in to comment.