From 6b57a4d4516272cfd9b3b3ae982da7285fb879d3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 10 Nov 2013 16:48:33 +0000 Subject: Update audio channel mapping control when a different stream is selected. --- src/wx/audio_panel.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index b4921904c..f96eeec2b 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -130,6 +130,7 @@ AudioPanel::film_content_changed (shared_ptr c, int property) _sizer->Layout (); } else if (property == FFmpegContentProperty::AUDIO_STREAM) { setup_stream_description (); + _mapping->set (ac ? ac->audio_mapping () : AudioMapping ()); } else if (property == FFmpegContentProperty::AUDIO_STREAMS) { _stream->Clear (); if (fc) { -- cgit v1.2.3