commit | 251c04b1f3d048f541832c93347c6604b314e0ea | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Thu Nov 29 08:51:21 2012 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 29 08:51:21 2012 -0800 |
tree | ba760e7d1d2eab997859b8dd371b011fae97e2d8 | |
parent | 5768fa034ede834656697d3612c525595ff85ef9 [diff] | |
parent | 8b96e5df9f085e285d23beb96fd41c3d4b8005a3 [diff] |
Merge "Unsolicited server responses cause RTSP streaming to crash"
diff --git a/media/libstagefright/rtsp/ARTSPConnection.cpp b/media/libstagefright/rtsp/ARTSPConnection.cpp index 539a888..161bd4f 100644 --- a/media/libstagefright/rtsp/ARTSPConnection.cpp +++ b/media/libstagefright/rtsp/ARTSPConnection.cpp
@@ -830,6 +830,7 @@ if (i < 0) { // This is an unsolicited server->client message. + *index = -1; return OK; }