mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
increase superclock_ticks_per_second to provide integer handling for NTSC (following Facebook "flicks")
This commit is contained in:
parent
2b3312e7d3
commit
a7a8783bb4
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ typedef int64_t superclock_t;
|
|||
#ifndef COMPILER_MSVC
|
||||
extern superclock_t _superclock_ticks_per_second;
|
||||
#else
|
||||
static superclock_t _superclock_ticks_per_second = 56448000; /* 2^10 * 3^2 * 5^3 * 7^2 */
|
||||
static superclock_t _superclock_ticks_per_second = 282240000; /* 2^10 * 3^2 * 5^4 * 7^2 */
|
||||
#endif
|
||||
|
||||
extern bool scts_set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue