commit | 08d2c041940f80161a306304e18aa4a736cccf4a | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Mar 06 11:28:04 2012 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Wed Mar 07 11:04:55 2012 -0800 |
tree | bea9d1165676a9b5fa873b8f358155449720acbc | |
parent | 9778bd1f33a28f3f403a93ba195121c3d03fb266 [diff] |
Isolate references to outputTracks/mOutputTracks Move all references to DuplicatingThread::outputTracks and DuplicatingThread::mOutputTracks from the common threadLoop() into virtual methods. This allows them to be moved from PlaybackThread to DuplicatingThread, and to be marked private. Also use vector assignment to copy mOutputTracks to outputTracks. Change-Id: Ieb1cf1ad36b8a65143e61e6c92a65fb43427e5e2