update video NO_OFFSET to 64 bit
This commit is contained in:
parent
b69f86b795
commit
a968df97de
@ -468,7 +468,7 @@ VideoMonitor::get_custom_setting (const std::string k)
|
|||||||
return (xjadeo_settings[k]);
|
return (xjadeo_settings[k]);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define NO_OFFSET (1<<31) //< skip setting or modifying offset -- TODO check ARDOUR::frameoffset_t max value.
|
#define NO_OFFSET (1<<63) //< skip setting or modifying offset
|
||||||
void
|
void
|
||||||
VideoMonitor::srsupdate ()
|
VideoMonitor::srsupdate ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user