mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-22 08:16:42 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user