From e45f9f0f9820be70d8eec6a7d52706a10783b04b Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Fri, 11 Nov 2022 10:13:00 +0100 Subject: [PATCH] Mod OMX hint --- src/misc/coders/Encoders/video/H264V4L2M2M.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/coders/Encoders/video/H264V4L2M2M.js b/src/misc/coders/Encoders/video/H264V4L2M2M.js index 5ccf6ca..a65bd61 100644 --- a/src/misc/coders/Encoders/video/H264V4L2M2M.js +++ b/src/misc/coders/Encoders/video/H264V4L2M2M.js @@ -165,7 +165,7 @@ function Coder(props) { V4L2_M2M is unstable and experimental.
- For Raspberry Pi (3/4), OMX, which requires a 32-bit operating system, is recommended. + For Raspberry Pi (3/4), OpenMAX IL, which requires a 32-bit operating system, is recommended.