Basics of multiple captions per content so that DCPContent can
[dcpomatic.git] / src / wx / timing_panel.cc
index 9b516ccfa8a7ba9533444e511d067d8dfff56518..9bb608cb2637b8f66b5e3b5fcca327267247f49d 100644 (file)
@@ -282,7 +282,7 @@ TimingPanel::film_content_changed (int property)
                                ++count_ac;
                                content = i;
                        }
-                       if (i->caption && i->video_frame_rate()) {
+                       if (!i->caption.empty() && i->video_frame_rate()) {
                                ++count_sc;
                                content = i;
                        }