Add a GenericHwAccelRenderer for unknown hwaccels

This will get us limited hardware acceleration even for hwaccels
that we don't know about yet.
This commit is contained in:
Cameron Gutman
2024-07-05 22:47:45 -05:00
parent d73df12367
commit 27b173b76b
5 changed files with 226 additions and 114 deletions
+4
View File
@@ -47,6 +47,10 @@ private:
bool isDecoderIgnored(const AVCodec* decoder);
bool tryInitializeHwAccelDecoder(PDECODER_PARAMETERS params,
int pass,
QSet<const AVCodec*>& terminallyFailedHardwareDecoders);
bool tryInitializeRendererForUnknownDecoder(const AVCodec* decoder,
PDECODER_PARAMETERS params,
bool tryHwAccel);