sequence: rather than a static divider in config, default to a heuristically generated one
This commit is contained in:
@@ -809,6 +809,11 @@ QList<uint64_t> Core::SupportedChannelLayouts()
|
||||
return channel_layouts;
|
||||
}
|
||||
|
||||
QList<int> Core::SupportedDividers()
|
||||
{
|
||||
return {1, 2, 3, 4, 6, 8, 12, 16};
|
||||
}
|
||||
|
||||
QString Core::FrameRateToString(const rational &frame_rate)
|
||||
{
|
||||
return tr("%1 FPS").arg(frame_rate.toDouble());
|
||||
|
||||
Reference in New Issue
Block a user