Cleanup: whitespace

This commit is contained in:
michaelangel007 2014-12-30 00:44:55 -08:00
parent 349443ad27
commit 6f52543d4c
1 changed files with 13 additions and 13 deletions

View File

@ -458,12 +458,12 @@ static void init_chroma_phase_table (void)
YI'V' to RGB
[r g b] = [y i v][ 1 1 1 ]
[0.956 -0.272 -1.105]
[0.621 -0.647 1.702]
[0.956 -0.272 -1.105]
[0.621 -0.647 1.702]
[r] [1 0.956 0.621][y]
[g] = [1 -0.272 -0.647][i]
[b] [1 -1.105 1.702][v]
[g] = [1 -0.272 -0.647][i]
[b] [1 -1.105 1.702][v]
*/
#define I_TO_R 0.956f
#define I_TO_G -0.272f
@ -511,7 +511,7 @@ void wsVideoInit ()
vbp0 = wsLines[0];
#if HGR_TEST_PATTERN
// Michael -- Init HGR to almsot all-possible-combinations
// Michael -- Init HGR to almost all-possible-combinations
// CALL-151
// C050 C053 C057
unsigned char b = 0;