summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/ASessionDescription.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-08-18 10:17:18 -0700
committerAndreas Huber <andih@google.com>2010-08-18 10:17:18 -0700
commitef7af7fec702db2fde72b16dedf9064585e6db77 (patch)
treeecc3cad303e91e61d716d829ef3cbdab181625f8 /media/libstagefright/rtsp/ASessionDescription.h
parentc059860c73678a202bfa33062723e8f82fb779d9 (diff)
downloadframeworks_av-ef7af7fec702db2fde72b16dedf9064585e6db77.zip
frameworks_av-ef7af7fec702db2fde72b16dedf9064585e6db77.tar.gz
frameworks_av-ef7af7fec702db2fde72b16dedf9064585e6db77.tar.bz2
Better support for rtsp streamed through VLC. Temporarily make the socket blocking to read all of the session description.
Change-Id: Ibe71f5941485660510e24d714da3865b9c6f89a2
Diffstat (limited to 'media/libstagefright/rtsp/ASessionDescription.h')
-rw-r--r--media/libstagefright/rtsp/ASessionDescription.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/rtsp/ASessionDescription.h b/media/libstagefright/rtsp/ASessionDescription.h
index b26980f..a3fa79e 100644
--- a/media/libstagefright/rtsp/ASessionDescription.h
+++ b/media/libstagefright/rtsp/ASessionDescription.h
@@ -44,7 +44,7 @@ struct ASessionDescription : public RefBase {
size_t index, unsigned long *PT,
AString *desc, AString *params) const;
- void getDimensions(
+ bool getDimensions(
size_t index, unsigned long PT,
int32_t *width, int32_t *height) const;