diff options
author | Matthew Wozniak <me@woz.blue> | 2024-11-04 11:11:57 -0500 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-11-04 11:11:57 -0500 |
commit | 3c19c509af38424cd04df53e1af7ef1b20a191ef (patch) | |
tree | 7db1fab7aeadab3f74b3ec218861dd78c52c5994 /render.h | |
parent | 5296fc43920de4c6548f888a4d026f981b476cf7 (diff) | |
download | rt-3c19c509af38424cd04df53e1af7ef1b20a191ef.tar.gz rt-3c19c509af38424cd04df53e1af7ef1b20a191ef.zip |
allow the user to change the quality vs speed setting
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |