diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-09 22:13:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-29 10:35:55 +0200 |
| commit | 2d82f86d2f99b812edd5d64d13f3dd5a4950719e (patch) | |
| tree | 58214917cec0f6f829f85f4919d5f2c532b93d64 /src/lib/config.h | |
| parent | 98a0aa443e10d1db466c575fd854bef841988534 (diff) | |
Remove default video bit rate settings.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index aaeada4e6..4fccf2d5c 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -794,10 +794,6 @@ public: maybe_set (_dcp_j2k_comment, c); } - void set_default_video_bit_rate(VideoEncoding encoding, int64_t b) { - maybe_set(_default_video_bit_rate[encoding], b); - } - void set_default_audio_delay (int d) { maybe_set (_default_audio_delay, d); } |
