X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ycbcr_interpretation.h;fp=ycbcr_interpretation.h;h=51bad766b2de76cc5ed1e076f671197801784976;hb=934d5fa5ea39d4f20056ed2a86b62b21a261c863;hp=0000000000000000000000000000000000000000;hpb=fb2aaebcd1a1e5b9ba23a714fa7fc39788f670ab;p=nageru diff --git a/ycbcr_interpretation.h b/ycbcr_interpretation.h new file mode 100644 index 0000000..51bad76 --- /dev/null +++ b/ycbcr_interpretation.h @@ -0,0 +1,12 @@ +#ifndef _YCBCR_INTERPRETATION_H +#define _YCBCR_INTERPRETATION_H 1 + +#include + +struct YCbCrInterpretation { + bool ycbcr_coefficients_auto = true; + movit::YCbCrLumaCoefficients ycbcr_coefficients = movit::YCBCR_REC_709; + bool full_range = false; +}; + +#endif // !defined(_YCBCR_INTERPRETATION_H)