mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix OMFtool; sample_rate vs frame_rate
This commit is contained in:
parent
09dd054fc4
commit
3ec261ae5d
2 changed files with 10 additions and 10 deletions
|
|
@ -43,7 +43,7 @@ private:
|
|||
std::string session_name;
|
||||
std::vector<std::string> audiofile_path_vector;
|
||||
int sample_rate; /* audio samples per second */
|
||||
double sample_rate; /* time per video frame */
|
||||
double frame_rate; /* time per video frame */
|
||||
XMLNode* session;
|
||||
XMLNode* sources;
|
||||
XMLNode* routes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue