diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-02 18:22:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-02 18:22:01 +0000 |
| commit | 53eb16342d492236aca77e4b73c0911a5d5eec9f (patch) | |
| tree | ff0acccf003299600a42d7c803673b6e07e164dc /src/lib/util.h | |
| parent | 324278cc8459e4d7d907b03e0748cf1b33f294f4 (diff) | |
Add explanation of the effect of changing frame rate.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 4 |
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); |
