Add NamedChannel and use it to hide the never-used channels
authorCarl Hetherington <cth@carlh.net>
Fri, 25 Sep 2020 20:51:18 +0000 (22:51 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Sep 2020 20:51:18 +0000 (22:51 +0200)
commitba9fb85168d004d7643dc02f911fd173a136758b
tree8beb9b26c9bf47dfe933c8e0ccaccb4e30a69286
parentd7cf091bdbbeae8187e887104d1135e93bcdf5da
Add NamedChannel and use it to hide the never-used channels
when mapping into a DCP.
19 files changed:
cscript
src/lib/audio_content.cc
src/lib/audio_content.h
src/lib/audio_processor.h
src/lib/film.cc
src/lib/film.h
src/lib/mid_side_decoder.cc
src/lib/mid_side_decoder.h
src/lib/types.cc
src/lib/types.h
src/lib/upmixer_a.cc
src/lib/upmixer_a.h
src/lib/upmixer_b.cc
src/lib/upmixer_b.h
src/lib/util.cc
src/wx/audio_mapping_view.cc
src/wx/audio_mapping_view.h
src/wx/config_dialog.cc
test/isdcf_name_test.cc