1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 17:16:44 +00:00

Attempts to complete all input processing — an RGB, S-Video or composite input buffer is now produced.

... for all input data types.
This commit is contained in:
Thomas Harte
2018-11-22 17:20:31 -05:00
parent 396cf72029
commit a697a2e4f6
5 changed files with 79 additions and 57 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ struct ScanTarget {
InputDataType input_data_type;
/// Describes the type of display that the data is being shown on.
DisplayType display_type = DisplayType::RGB;
DisplayType display_type = DisplayType::CompositeMonochrome;
/// If being fed composite data, this defines the colour space in use.
ColourSpace composite_colour_space;