diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-09 21:27:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-09 21:27:54 +0100 |
| commit | 1ce09f162354c2933eece74bb0935638a20d1cd9 (patch) | |
| tree | 9383ad6d4b3667eece5528bfd0b7c245a22b403a /src/lib/create_cli.h | |
| parent | 0e34bd5aebe27f7cb69abacbbc0523accf14b77d (diff) | |
Add --audio-channels option to dcpomatic2_create (#2966).
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 850cddea9..18115b4ca 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -73,6 +73,7 @@ private: bool _twok = false; bool _fourk = false; boost::optional<int64_t> _video_bit_rate; + int _audio_channels = 0; static std::string _help; }; |
