Add explanation of the effect of changing frame rate.
[dcpomatic.git] / src / lib / util.h
index 103907151a8a9144f55716ee8e7904e3a00f8a8b..b0f405890a13861cd563e98c68932a8b438e28a0 100644 (file)
@@ -78,7 +78,7 @@ struct FrameRateConversion
 
                return 1;
        }
-       
+
        /** true to skip every other frame */
        bool skip;
        /** true to repeat every frame once */
@@ -93,6 +93,8 @@ struct FrameRateConversion
         *          source is 12.50fps, DCP is 25fps)
         */
        bool change_speed;
+
+       std::string explanation;
 };
 
 int best_dcp_frame_rate (float);