aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-03-31 20:02:18 +0200
committerdec05eba <dec05eba@protonmail.com>2020-03-31 20:02:18 +0200
commit19dfa524d4bd2963531868c141af635fe31c3efd (patch)
tree97bc9136e33b3e10e33ecb242cfdcb1612016bc0 /README.md
parent07a8635c550303b44c0a751ef24ad1b1768df7f8 (diff)
do not crash when resizing window
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 673fbf5..6bf921b 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ the fps remains at 30.
X11, Nvidia (cuda)
# TODO
-* Support resizing the target window! right now that crashes the recorder.
+* Scale video when the window is rescaled.
* Use the sound source in src/sound.cpp to record audio and mux it with ffmpeg to the final video.
* Support AMD and Intel, using VAAPI. cuda and vaapi should be loaded at runtime using dlopen instead of linking to those
libraries at compile-time.