summaryrefslogtreecommitdiff
path: root/src/wx/timeline_labels_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-21 15:16:18 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-21 15:16:18 +0100
commitcbd4450197a083bf58bda510e626f73ba583cb66 (patch)
tree2be308772512539570beab36beab02bde72d6d4b /src/wx/timeline_labels_view.h
parent1013175d5f6adfa0e6a7442e4c9aebb893787748 (diff)
Basics of multiple captions per content so that DCPContent can
hold subs and closed captions.
Diffstat (limited to 'src/wx/timeline_labels_view.h')
-rw-r--r--src/wx/timeline_labels_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/timeline_labels_view.h b/src/wx/timeline_labels_view.h
index 25302cc33..646d93a58 100644
--- a/src/wx/timeline_labels_view.h
+++ b/src/wx/timeline_labels_view.h
@@ -31,7 +31,7 @@ public:
void set_3d (bool s);
void set_audio_tracks (int n);
- void set_subtitle_tracks (int n);
+ void set_caption_tracks (int n);
void set_atmos (bool s);
private:
@@ -40,6 +40,6 @@ private:
int _width;
bool _threed;
int _audio_tracks;
- int _subtitle_tracks;
+ int _caption_tracks;
bool _atmos;
};