aboutsummaryrefslogtreecommitdiff
path: root/cast
diff options
context:
space:
mode:
Diffstat (limited to 'cast')
-rw-r--r--cast/standalone_sender/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cast/standalone_sender/main.cc b/cast/standalone_sender/main.cc
index b7757d97..228c00b1 100644
--- a/cast/standalone_sender/main.cc
+++ b/cast/standalone_sender/main.cc
@@ -227,7 +227,8 @@ int StandaloneSenderMain(int argc, char* argv[]) {
.max_bitrate = max_bitrate,
.should_include_video = true,
.use_android_rtp_hack = use_android_rtp_hack,
- .use_remoting = use_remoting});
+ .use_remoting = use_remoting,
+ .should_loop_video = should_loop_video});
});
// Run the event loop until SIGINT (e.g., CTRL-C at the console) or