Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-21 04:57:20 +0300
committerCampbell Barton <campbell@blender.org>2022-09-21 05:00:01 +0300
commit5517c848bdf18df758466c0c6c8b7389f9df558a (patch)
tree5a7fecd5e76dc439e0b4b7e04ab0893c562d474c /source/blender/sequencer
parente9bdf8ebc3774f8f866ec9562b4552c98c7fd22f (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/sequencer')
-rw-r--r--source/blender/sequencer/intern/modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/sequencer/intern/modifier.c b/source/blender/sequencer/intern/modifier.c
index f324c6dba72..93bdcb59e88 100644
--- a/source/blender/sequencer/intern/modifier.c
+++ b/source/blender/sequencer/intern/modifier.c
@@ -1008,7 +1008,7 @@ static void brightcontrast_apply_threaded(int width,
/*
* The algorithm is by Werner D. Streidt
* (http://visca.com/ffactory/archives/5-99/msg00021.html)
- * Extracted of OpenCV demhist.c
+ * Extracted of OpenCV `demhist.c`.
*/
if (contrast > 0) {
a = 1.0f - delta * 2.0f;