Fix for histogram Luma mode not working when waveform is in RGB mode.

Also unified the scope vocabulary.
This commit is contained in:
2010-05-10 03:42:22 +00:00
parent 413c4c91ca
commit bd4fe1b71d
4 changed files with 17 additions and 13 deletions

View File

@@ -133,7 +133,7 @@ typedef struct Scopes {
} Scopes;
/* scopes->wavefrm_mode */
#define SCOPES_WAVEFRM_LUM 0
#define SCOPES_WAVEFRM_LUMA 0
#define SCOPES_WAVEFRM_RGB 1
#define SCOPES_WAVEFRM_YCC_601 2
#define SCOPES_WAVEFRM_YCC_709 3