Add support for HEVC and client-specified colorspaces

This commit is contained in:
Cameron Gutman
2020-01-19 19:46:45 -08:00
parent 775b50a99b
commit 47df3b231a
7 changed files with 119 additions and 20 deletions

View File

@@ -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);