summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 103907151..b0f405890 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -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);