commit | 031c93df74621dc2149876dc377aedee8930547f | [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 | a22dc153f2cb885c07a6ca98beec6c9f9b32a3a8 | |
parent | 251c04b1f3d048f541832c93347c6604b314e0ea [diff] | |
parent | ffd6ffc5429c45577fd8e9f8fa90e79bb91b8a84 [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; }