diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-31 10:32:00 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-31 10:32:00 +0100 |
commit | 1b56c5b24681a31d05343c4cf3820e829c4aa1af (patch) | |
tree | 525987642da17d2826d0a606148152fcd6850a3c | |
parent | 94cb63f00f6805490cf4ebebaf08f9b5767a2d59 (diff) |
Fix streaming not working (-f sent twice)
-rw-r--r-- | images/replay.png | bin | 5221 -> 4892 bytes | |||
-rw-r--r-- | images/settings.png | bin | 6713 -> 6844 bytes | |||
-rw-r--r-- | images/settings_small.png | bin | 1903 -> 1837 bytes | |||
-rw-r--r-- | src/Overlay.cpp | 1 |
4 files changed, 0 insertions, 1 deletions
diff --git a/images/replay.png b/images/replay.png Binary files differindex 65c9339..e9ec83b 100644 --- a/images/replay.png +++ b/images/replay.png diff --git a/images/settings.png b/images/settings.png Binary files differindex 5f8d203..efc19a1 100644 --- a/images/settings.png +++ b/images/settings.png diff --git a/images/settings_small.png b/images/settings_small.png Binary files differindex 30534e6..dcb896d 100644 --- a/images/settings_small.png +++ b/images/settings_small.png diff --git a/src/Overlay.cpp b/src/Overlay.cpp index 9a795ee..cbdf838 100644 --- a/src/Overlay.cpp +++ b/src/Overlay.cpp @@ -1973,7 +1973,6 @@ namespace gsr { "-fm", framerate_mode.c_str(), "-encoder", encoder, "-f", fps.c_str(), - "-f", fps.c_str(), "-v", "no", "-o", url.c_str() }; |