various: extended marker and timeline functionality

This commit is contained in:
itsmattkc
2022-05-01 21:17:22 -07:00
parent cdcd83c09a
commit 6a0b5856c9
23 changed files with 781 additions and 240 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ rational rational::fromDouble(const double &flt, bool* ok)
}
// Use FFmpeg function for the time being
AVRational r = av_d2q(flt, INT_MAX);
AVRational r = av_d2q(flt, 65535);
if (r.den == 0) {
// If den == 0, we were unable to convert to a rational