aboutsummaryrefslogtreecommitdiff
path: root/cast
diff options
context:
space:
mode:
Diffstat (limited to 'cast')
-rw-r--r--cast/standalone_sender/main.cc2
-rw-r--r--cast/streaming/sender_session.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cast/standalone_sender/main.cc b/cast/standalone_sender/main.cc
index f17a11a2..c6680cd5 100644
--- a/cast/standalone_sender/main.cc
+++ b/cast/standalone_sender/main.cc
@@ -68,7 +68,7 @@ usage: %s <options> addr[:port] media_file
R"(
-a, --android-hack:
Use the wrong RTP payload types, for compatibility with older Android
- TV receivers.
+ TV receivers. See https://crbug.com/631828.
-t, --tracing: Enable performance tracing logging.
diff --git a/cast/streaming/sender_session.h b/cast/streaming/sender_session.h
index 5865668a..dce7ce2a 100644
--- a/cast/streaming/sender_session.h
+++ b/cast/streaming/sender_session.h
@@ -121,7 +121,7 @@ class SenderSession final {
std::string message_destination_id;
// Whether or not the android RTP value hack should be used (for legacy
- // android devices).
+ // android devices). For more information, see https://crbug.com/631828.
bool use_android_rtp_hack = true;
};