diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-11 15:36:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-11 15:36:56 +0000 |
| commit | b1472ec9010d447c907230e94d94e5e58aeb3656 (patch) | |
| tree | 810ae7e5cec98480cf6d253a5e591607ec67f6a5 /src/lib | |
| parent | d24da69b244f8598373048c73bced14810826621 (diff) | |
Tweak error message.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dcp_examiner.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_examiner.cc b/src/lib/dcp_examiner.cc index 22b10ab84..324cef379 100644 --- a/src/lib/dcp_examiner.cc +++ b/src/lib/dcp_examiner.cc @@ -99,7 +99,7 @@ DCPExaminer::DCPExaminer (shared_ptr<const DCPContent> content) if (!_audio_frame_rate) { _audio_frame_rate = asset->sampling_rate (); } else if (_audio_frame_rate.get() != asset->sampling_rate ()) { - throw DCPError (_("Mismatched audio frame rates in DCP")); + throw DCPError (_("Mismatched audio sample rates in DCP")); } _audio_length += (*i)->main_sound()->duration(); |
