Use XX as an audio language when there is no specified audio language (#1939).
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Mar 2021 21:58:50 +0000 (22:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Mar 2021 21:58:50 +0000 (22:58 +0100)
commit6a9cdf1f5ab9f7f7ecea865b2930bb4c385609c4
tree671f2655c54fbd9d7461bb9e55f96e065e9efd82
parent5192d1ef54f579c9ad4c09db871fe75d7f410dda
Use XX as an audio language when there is no specified audio language (#1939).

Previously we would omit the audio and subtitle language parts of the
DCI name if there was no specified audio language.  Sadly if we do
do that EasyDCP player 4.0.1 reports a warning (whose details you
can't see on the demo version).
src/lib/film.cc
test/isdcf_name_test.cc