summaryrefslogtreecommitdiff
path: root/src/rmd_yuv_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_yuv_utils.h')
-rw-r--r--src/rmd_yuv_utils.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/rmd_yuv_utils.h b/src/rmd_yuv_utils.h
index f92471a..e781aab 100644
--- a/src/rmd_yuv_utils.h
+++ b/src/rmd_yuv_utils.h
@@ -31,22 +31,12 @@
#include "rmd_types.h"
-// The macros work directly on this data (for performance reasons I
-// suppose) so we keep this global
-extern unsigned char Yr[256], Yg[256], Yb[256],
- Ur[256], Ug[256], UbVr[256],
- Vg[256], Vb[256];
-
-
// We keep these global for now. FIXME: Isolate them.
extern unsigned char *yblocks,
*ublocks,
*vblocks;
-
-/**
-* Fill Yr,Yg,Yb,Ur,Ug.Ub,Vr,Vg,Vb arrays(globals) with values.
-*/
+/* Fill Yr,Yg,Yb,Ur,Ug.Ub,Vr,Vg,Vb arrays with values. */
void rmdMakeMatrices(void);
/* update yuv from data and optionally data_back */
© All Rights Reserved