diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-18 12:09:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-18 12:09:35 +0000 |
| commit | 060a980527bc0b39e12494fec3c0baaab4c9d086 (patch) | |
| tree | 82de7bbcf605543be583b2ed3daf22d8145f6657 /src/lib/util.h | |
| parent | e0c59417c6a52dbd853114fbc0f88c6d8c1dd276 (diff) | |
Fix seek with respect to video/audio frame boundary alignment.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 9b201a50e..892b473f7 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -119,6 +119,7 @@ struct FrameRateChange extern int dcp_audio_frame_rate (int); extern int stride_round_up (int, int const *, int); +extern DCPTime time_round_up (DCPTime, DCPTime); extern std::multimap<std::string, std::string> read_key_value (std::istream& s); extern int get_required_int (std::multimap<std::string, std::string> const & kv, std::string k); extern float get_required_float (std::multimap<std::string, std::string> const & kv, std::string k); |
