From: Carl Hetherington Date: Wed, 10 Jul 2013 11:26:35 +0000 (+0100) Subject: Fix audio emission with mapping. X-Git-Tag: v2.0.48~1337^2~284 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=b4c78888fd6232ba5736b8e0fd712ad6f501e5b4;p=dcpomatic.git Fix audio emission with mapping. --- diff --git a/src/lib/player.cc b/src/lib/player.cc index 26ded61b8..6b7dc2722 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -286,6 +286,8 @@ Player::process_audio (weak_ptr weak_piece, shared_ptraccumulate_channel (audio.get(), i->first, i->second); } + audio = dcp_mapped; + /* The time of this audio may indicate that some of our buffered audio is not going to be added to any more, so it can be emitted. */