Commit 2308c5bb authored by Clément Bœsch's avatar Clément Bœsch

lavfi/edgedetect: add missing minus in a comment.

parent d771b1d1
......@@ -142,7 +142,7 @@ static int get_rounded_direction(int gx, int gy)
* Gy/Gx is the tangent of the angle (theta), so Gy/Gx is compared against
* <ref-angle>, or more simply Gy against <ref-angle>*Gx
*
* Gx and Gy bounds = [1020;1020], using 16-bit arithmetic:
* Gx and Gy bounds = [-1020;1020], using 16-bit arithmetic:
* round((sqrt(2)-1) * (1<<16)) = 27146
* round((sqrt(2)+1) * (1<<16)) = 158218
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment