summaryrefslogtreecommitdiffstats
path: root/core/encode_lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/encode_lavc.h')
-rw-r--r--core/encode_lavc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/encode_lavc.h b/core/encode_lavc.h
index fa935e039a..a0245c991a 100644
--- a/core/encode_lavc.h
+++ b/core/encode_lavc.h
@@ -35,6 +35,8 @@
struct encode_lavc_context {
struct encode_output_conf *options;
+ float vo_fps;
+
// these are processed from the options
AVFormatContext *avc;
AVRational timebase;