summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-08 10:06:11 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-08 10:06:11 +0100
commit0e9d03990993bd19a968ee356443a39336e9b8c5 (patch)
treea56da0069dc55925b34ea95b462f09ec646bf4c8 /src
parente5377801f58eaa94aad4a472a8ea88fdff7d9819 (diff)
Add comment.
Diffstat (limited to 'src')
-rw-r--r--src/wx/timeline.cc10
1 files changed, 10 insertions, 0 deletions
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<TimelineContentView> c = dynamic_pointer_cast<TimelineContentView> (*i);
if (c) {