Correctly combine damage tracking when using multiple sources

This commit is contained in:
dec05eba
2025-12-25 03:43:02 +01:00
parent 5a189e8a17
commit 67ddede74a
3 changed files with 11 additions and 8 deletions

View File

@@ -201,8 +201,6 @@ static void usage_header(void) {
fflush(stdout);
}
// TODO: Add --list-v4l2-devices option
static void usage_full(void) {
const bool inside_flatpak = getenv("FLATPAK_ID") != NULL;
usage_header();