diff options
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index 6743705d9..496a68a63 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -570,3 +570,11 @@ Content::changed () const return (write_time_changed || calculate_digest() != digest()); } + + +bool +Content::has_mapped_audio() const +{ + return audio && !audio->mapping().mapped_output_channels().empty(); +} + |
