diff options
Diffstat (limited to 'src/sound_asset.cc')
| -rw-r--r-- | src/sound_asset.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc index fe0c5dd0..4f0166d8 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -63,11 +63,6 @@ using namespace dcp; SoundAsset::SoundAsset (boost::filesystem::path file) : Asset (file) - /* XXX: this is a fallback language, which will be used if we can't find the RFC5646SpokenLanguage - * in the MXF header. Perhaps RFC5646SpokenLanguage is optional and we should just not write it - * if we don't know it. - */ - , _language ("en-US") { ASDCP::PCM::MXFReader reader; auto r = reader.OpenRead (file.string().c_str()); |
