Basics of multiple captions per content so that DCPContent can
[dcpomatic.git] / src / wx / timeline_labels_view.h
index 25302cc33eabb370f9b8ebc2dc82f49f8da3a721..646d93a588dda155f1126e6091bc70289150f8b3 100644 (file)
@@ -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;
 };