summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-06-09 15:37:28 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-06-09 15:37:28 +0200
commit0cbc75c0834a4ba93b67a79467b80324b06165f4 (patch)
tree74ad6b13f0b921a3fcec74743ee740952c3600df /core/options.h
parent4af59abbb416a365a98efca8875c0f0c1b0c872f (diff)
downloadmpv-0cbc75c0834a4ba93b67a79467b80324b06165f4.tar.bz2
mpv-0cbc75c0834a4ba93b67a79467b80324b06165f4.tar.xz
Option -omaxfps: limit fps when encoding
Lower-fps content is left alone (NOT aligned to this fps); higher fps content is decimated to this frame rate.
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/options.h b/core/options.h
index 42955cd730..36af43e3f1 100644
--- a/core/options.h
+++ b/core/options.h
@@ -252,6 +252,7 @@ typedef struct MPOpts {
char *format;
char **fopts;
float fps;
+ float maxfps;
char *vcodec;
char **vopts;
char *acodec;