]> git.sesse.net Git - nageru/blobdiff - ycbcr_interpretation.h
Move everything into a separate futatabi/ subdir, for the upcoming merge with Futatabi.
[nageru] / ycbcr_interpretation.h
diff --git a/ycbcr_interpretation.h b/ycbcr_interpretation.h
deleted file mode 100644 (file)
index 51bad76..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _YCBCR_INTERPRETATION_H
-#define _YCBCR_INTERPRETATION_H 1
-
-#include <movit/image_format.h>
-
-struct YCbCrInterpretation {
-       bool ycbcr_coefficients_auto = true;
-       movit::YCbCrLumaCoefficients ycbcr_coefficients = movit::YCBCR_REC_709;
-       bool full_range = false;
-};
-
-#endif  // !defined(_YCBCR_INTERPRETATION_H)