summaryrefslogtreecommitdiff
path: root/tools/omf/omftool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/omf/omftool.h')
-rw-r--r--tools/omf/omftool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omf/omftool.h b/tools/omf/omftool.h
index 9f16aec94f..f33bb5cb77 100644
--- a/tools/omf/omftool.h
+++ b/tools/omf/omftool.h
@@ -43,7 +43,7 @@ private:
std::string session_name;
std::vector<std::string> audiofile_path_vector;
int sample_rate; /* audio samples per second */
- double frame_rate; /* time per video frame */
+ double sample_rate; /* time per video frame */
XMLNode* session;
XMLNode* sources;
XMLNode* routes;