Add support for HEVC and client-specified colorspaces
This commit is contained in:
@@ -22,6 +22,9 @@ struct config_t {
|
||||
int bitrate;
|
||||
int slicesPerFrame;
|
||||
int numRefFrames;
|
||||
int encoderCscMode;
|
||||
int videoFormat;
|
||||
int dynamicRange;
|
||||
};
|
||||
|
||||
void capture_display(packet_queue_t packets, idr_event_t idr_events, config_t config);
|
||||
|
||||
Reference in New Issue
Block a user