Allow h264_v4l2m2m to be used in RPi builds if manually specified

This commit is contained in:
Cameron Gutman
2023-10-05 18:37:14 -05:00
parent 9d73aa6b4a
commit 2127e1d90b
2 changed files with 40 additions and 11 deletions
+2
View File
@@ -44,6 +44,8 @@ private:
bool createFrontendRenderer(PDECODER_PARAMETERS params, bool useAlternateFrontend);
bool isDecoderIgnored(const AVCodec* decoder);
bool tryInitializeRendererForUnknownDecoder(const AVCodec* decoder,
PDECODER_PARAMETERS params,
bool tryHwAccel);