Update comment

This commit is contained in:
Marc Altmann 2023-11-20 18:34:01 +01:00 committed by GitHub
parent f1c2f59703
commit ea929e9b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ if int(os.environ["LIBAVFORMAT_VERSION_MAJOR"]) < 59:
] = "-fflags nobuffer -flags low_delay -stimeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i {input}"
# add hardware acceleration presets for rockchip devices
# will be removed, when frigate uses a go2rtc version that includes these presets
# may be removed if frigate uses a go2rtc version that includes these presets
if go2rtc_config.get("ffmpeg") is None:
go2rtc_config["ffmpeg"] = {
"h264/rk": "-c:v h264_rkmpp_encoder -g 50 -bf 0",