It seems that <FrameRate> of 96 is ok for 48fps 3D.
[libdcp.git] / src / subtitle.h
index ed63983ff7e225ebf1864568cfe545e1e2b12f42..6317a741a229c2025e1e4835f111dc0afb48367e 100644 (file)
@@ -58,10 +58,12 @@ public:
 
        virtual ~Subtitle () {}
 
+       /** @return subtitle start time (relative to the start of the reel) */
        Time in () const {
                return _in;
        }
 
+       /** @return subtitle finish time (relative to the start of the reel) */
        Time out () const {
                return _out;
        }