aboutsummaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render.h')
-rw-r--r--render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render.h b/render.h
index bec043b..49ccce3 100644
--- a/render.h
+++ b/render.h
@@ -21,7 +21,7 @@
#include <mfreadwrite.h>
bool render_init(int width, int height, int framerate, bool use_bitrate,
- int quality, const char *output_file);
+ int quality, const char *output_file, int qvs);
struct renderctx {
int width;