implemented speed/duration dialog and most of its functionality
An earlier commit implementing media in and out parameters was primarily for this addition. A simple control dialog for the clip's speed presentation reimplemented from the old codebase.
This commit is contained in:
@@ -9,6 +9,12 @@ rational::rational(const AVRational &r) :
|
||||
{
|
||||
}
|
||||
|
||||
rational rational::fromDouble(const double &flt)
|
||||
{
|
||||
// Use FFmpeg function for the time being
|
||||
return av_d2q(flt, INT_MAX);
|
||||
}
|
||||
|
||||
//Function: print number to cout
|
||||
|
||||
void rational::print(ostream &out) const
|
||||
|
||||
Reference in New Issue
Block a user