ffmpegdecoder: re-enable hardware scaling

This commit is contained in:
itsmattkc
2022-08-08 12:55:57 -07:00
parent 1ac205413c
commit a270b1e3e1
+1 -1
View File
@@ -163,7 +163,7 @@ TexturePtr FFmpegDecoder::RetrieveVideoInternal(const RetrieveVideoParams &p)
p.divider); p.divider);
TexturePtr tex = nullptr; TexturePtr tex = nullptr;
const bool hwscale = false; bool hwscale = true;
// Attempt to use GLSL shader for faster YUV to RGB conversion // Attempt to use GLSL shader for faster YUV to RGB conversion
if (hwscale) { if (hwscale) {