Rename --bit-rate to --video-bit-rate

This prepares the introduction of --audio-bit-rate.
This commit is contained in:
Romain Vimont
2023-02-21 19:56:44 +01:00
parent 7581dc10d3
commit ad51a2b411
14 changed files with 29 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ struct sc_server_params {
uint32_t tunnel_host;
uint16_t tunnel_port;
uint16_t max_size;
uint32_t bit_rate;
uint32_t video_bit_rate;
uint16_t max_fps;
int8_t lock_video_orientation;
bool control;