Rename video/audio/subtitle part methods.
[dcpomatic.git] / src / wx / hints_dialog.cc
index 1c49a20684c8f94f576f391b0cc776a6f4396379..e328661c65f7ac4ecac66e0a47289be1e50e0a64 100644 (file)
@@ -160,7 +160,7 @@ HintsDialog::film_changed ()
 
        int three_d = 0;
        BOOST_FOREACH (shared_ptr<const Content> i, content) {
-               if (i->video && i->video->video_frame_type() != VIDEO_FRAME_TYPE_2D) {
+               if (i->video && i->video->frame_type() != VIDEO_FRAME_TYPE_2D) {
                        ++three_d;
                }
        }