commit | 66665cbcf8668d6c6a77f64c49b6a1d5b439fa2e | [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 | eb165d3711f0e5c0deece7cc6cad55c554b1d764 | |
parent | 0d55a6f35a2d37187139e50972f7b6c413b2371f [diff] | |
parent | 78cc49b4c4b25ea51dc5f6a6878ea158056bcf32 [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; }