diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-08 20:55:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-08 20:55:42 +0100 |
| commit | 4360e6cb73b4d966a2d9a9aaa377d2f7d5291d8f (patch) | |
| tree | c11a6b684f19a0744d157ae57268efa33128c3ca /src/lib/config.h | |
| parent | 3ad0c63d1838e227e097ed8538ce893645f0249f (diff) | |
Stop reading default video bit rate values from config.xml
We haven't written them back in a long time, and they will only take
effect for those updating from a very old version (and then, only until
the config is re-saved without the tags).
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 582e90cf9..abe97d2d4 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -238,10 +238,6 @@ public: return _dcp_j2k_comment; } - int64_t default_video_bit_rate(VideoEncoding encoding) const { - return _default_video_bit_rate[encoding]; - } - int default_audio_delay() const { return _default_audio_delay; } @@ -1397,7 +1393,6 @@ private: std::string _dcp_product_name; std::string _dcp_product_version; std::string _dcp_j2k_comment; - EnumIndexedVector<int64_t, VideoEncoding> _default_video_bit_rate; /** Default audio delay in ms */ int _default_audio_delay; /** Delay for audio (with respect to picture) in the player, in ms. |
