commit | 5676e25a9d99703a247cc03f3918f8ac2ddbb338 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Thu Nov 29 11:08:16 2012 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 29 11:08:16 2012 -0800 |
tree | 5cd96c679b6826e548e5fdb610d1d76f44775776 | |
parent | 66665cbcf8668d6c6a77f64c49b6a1d5b439fa2e [diff] | |
parent | 6e8f0bc59ad2409b294ad4eb803131500306bc8b [diff] |
Merge "Bug fix for the MediaPlayer::prepare() api."
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; }