From 86aaba4f392c35ccf28221049f87b8cdba868777 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Mar 2015 23:30:08 +0000 Subject: Hand-apply a2f81da6d9afc5d3b5e647e1e05ca5d4507af42c from master; allow "deletion" of the audio part of a FFmpeg file from the timeline; delete unmaps the audio (#316). --- src/lib/audio_mapping.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib/audio_mapping.h') diff --git a/src/lib/audio_mapping.h b/src/lib/audio_mapping.h index fdb23df8b..bac2b10b0 100644 --- a/src/lib/audio_mapping.h +++ b/src/lib/audio_mapping.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington + Copyright (C) 2013-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -65,6 +65,9 @@ public: } std::string digest () const; + + std::list mapped_dcp_channels () const; + void unmap_all (); private: void setup (int); -- cgit v1.2.3