On 2024-12-26 09:34 am, Gyan Doshi wrote:
On 2024-12-26 05:09 am, Pradeep Kumar Goudagunta wrote:
This patch corrects a C operator precedence issue in
fftools/ffmpeg_opt.c
where the abs_start_seek calculation did not yield the expected result
due to incorrect placement of parentheses.
Yes, addition has higher precedence than the ternary conditional.
LGTM and will apply.
Pushed as aa20294b317558957cf124bb8e4da0521ab3c423
Thanks,
Gyan
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".