commit | d833cf079b072472618d2ecfbebeb20fb010d9d9 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Feb 10 10:32:07 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 10 10:32:07 2022 +0000 |
tree | fa52095e7e11c617bca5db1002f394175944c7a3 | |
parent | f36363a34e1aa14f38cc1526e7dee844108462e1 [diff] | |
parent | 71940cfdb9642dffd80b965bb20a4603f9518007 [diff] |
Merge "VT: fixed an infinite loop of RR sending." into sc-v2-dev
diff --git a/media/libstagefright/rtsp/ARTPConnection.cpp b/media/libstagefright/rtsp/ARTPConnection.cpp index 0bd342a..83291f3 100644 --- a/media/libstagefright/rtsp/ARTPConnection.cpp +++ b/media/libstagefright/rtsp/ARTPConnection.cpp
@@ -558,6 +558,7 @@ if (n != (ssize_t)buffer->size()) { ALOGW("failed to send RTCP receiver report (%s).", n >= 0 ? "connection gone" : strerror(errno)); + ++it; continue; }