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:
authorKent Mein <mein@cs.umn.edu>2005-01-03 22:53:04 +0300
committerKent Mein <mein@cs.umn.edu>2005-01-03 22:53:04 +0300
commit3bbc65a5f418e7b9658ef791518e5b9872745d29 (patch)
tree262b35502d49731ce9f1021583a49cf9a297bd46 /source/blender/imbuf/intern/matrix.h
parent40813b301aff7c1cb1c574f0f6570e05a5ca5eed (diff)
This is a pretty lame commit but here it is:
I just fixed indentation (replaced spaces with tabs where needed) and removed #include config.h stuff from the above files. Kent
Diffstat (limited to 'source/blender/imbuf/intern/matrix.h')
-rw-r--r--source/blender/imbuf/intern/matrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/matrix.h b/source/blender/imbuf/intern/matrix.h
index f2db8057b32..e062ee38f8f 100644
--- a/source/blender/imbuf/intern/matrix.h
+++ b/source/blender/imbuf/intern/matrix.h
@@ -41,7 +41,7 @@ float rgbyuv[4][4]={ /* afgeleid uit videoframer = Y Cr Cb in kopieen van Fra
{-.16874, .29900, .50000, 0.0,}, /* r */
{ 128.0, 0.0, 128.0, 1.0}};
- /* b-y (u) y r-y (v) */
+ /* b-y (u) y r-y (v) */
float rgbbeta[4][4]={ /* afgeleid uit videoframer = Y Cr Cb in kopieen van Francois*/
@@ -51,7 +51,7 @@ float rgbbeta[4][4]={ /* afgeleid uit videoframer = Y Cr Cb in kopieen van Fr
{-.16874, .29900, .50000, 0.0,}, /* r-y -> r */
{ 128.0, 0.0, 128.0, 1.0}};
- /* b-y y r-y */
+ /* b-y y r-y */