From d4dbce0e8dd7b7a8aec1b81ceb5c6243d5f8025e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 8 Jun 2020 23:31:05 +0200 Subject: [PATCH] Make Futatabi look for multicam.mp4, not multiangle.mp4. The use of multiangle.mp4 is confusing when the HTTP endpoint is called multicam.mp4. --- futatabi/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futatabi/main.cpp b/futatabi/main.cpp index 19cd5fb..bd18780 100644 --- a/futatabi/main.cpp +++ b/futatabi/main.cpp @@ -201,7 +201,7 @@ int main(int argc, char **argv) { parse_flags(argc, argv); if (optind == argc) { - global_flags.stream_source = "multiangle.mp4"; + global_flags.stream_source = "multicam.mp4"; global_flags.slow_down_input = true; } else if (optind + 1 == argc) { global_flags.stream_source = argv[optind]; -- 2.39.2