From: Carl Hetherington Date: Mon, 8 May 2017 09:06:11 +0000 (+0100) Subject: Add comment. X-Git-Tag: v2.11.4~48 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0e9d03990993bd19a968ee356443a39336e9b8c5 Add comment. --- diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index f93953737..5cdd73b25 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -187,6 +187,16 @@ Timeline::film_content_changed (int property, bool frequent) void Timeline::assign_tracks () { + /* Tracks are: + Video (mono or left-eye) + Video (right-eye) + Subtitle + Atmos + Audio 1 + Audio 2 + Audio N + */ + for (TimelineViewList::iterator i = _views.begin(); i != _views.end(); ++i) { shared_ptr c = dynamic_pointer_cast (*i); if (c) {