Re: [FFmpeg-devel] [PATCH] doc/utils: fix atan2 parameter order

2024-01-15 Thread Stefano Sabatini
On date Sunday 2024-01-14 19:40:48 +, ffmpeg-devel Mailing List wrote: > The C library function double atan2(double y, double x) takes y as the first > parameter and x as the second parameter. > > Signed-off-by: Haixia Shi > --- > doc/utils.texi | 2 +- > 1 file changed, 1 insertion(+), 1 de

[FFmpeg-devel] [PATCH] doc/utils: fix atan2 parameter order

2024-01-14 Thread Haixia Shi via ffmpeg-devel
The C library function double atan2(double y, double x) takes y as the first parameter and x as the second parameter. Signed-off-by: Haixia Shi --- doc/utils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/utils.texi b/doc/utils.texi index 0c4f146f4f..76e704fc3c 1006