diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/audio_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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<Content> 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) { |
