This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch release/8.1
in repository ffmpeg.
The following commit(s) were added to refs/heads/release/8.1 by this push:
new 7df9a56f0d avformat/rtmpproto: fix listen_timeout conversion for
special negative values
7df9a56f0d is described below
commit 7df9a56f0d2bdbf45e7868f7b4e1f06a6fc01be1
Author: Zhao Zhili <[email protected]>
AuthorDate: Wed Mar 11 21:48:33 2026 +0800
Commit: Zhao Zhili <[email protected]>
CommitDate: Sun Mar 15 03:15:37 2026 +0000
avformat/rtmpproto: fix listen_timeout conversion for special negative
values
rtmpproto converts listen_timeout to milliseconds by multiplying it
by 1000 before passing it to TCP. However, negative values are special
sentinels (e.g., -1 for infinite wait) and should not be multiplied.
This worked prior to commit 49c6e6cc44f because there was no range
validation. Since that commit, ff_parse_opts_from_query_string
validates option values against their declared ranges, causing these
multiplied negative values to fail.
Fixes ticket #22469.
Signed-off-by: Zhao Zhili <[email protected]>
(cherry picked from commit f189657ec67cfae78dc7fdf44754aa1633e24be0)
Signed-off-by: Marvin Scholz <[email protected]>
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]