summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/ARTPConnection.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-08-19 10:56:15 -0700
committerAndreas Huber <andih@google.com>2010-08-19 11:18:35 -0700
commit62cb04d23642a2ea7c005f050494c8ef3c370dd3 (patch)
treebfdb74407e1203c04d360896f5c530c7ee830800 /media/libstagefright/rtsp/ARTPConnection.cpp
parentc0f7ec8134eca61752d23c10596dd211745642d9 (diff)
downloadframeworks_av-62cb04d23642a2ea7c005f050494c8ef3c370dd3.zip
frameworks_av-62cb04d23642a2ea7c005f050494c8ef3c370dd3.tar.gz
frameworks_av-62cb04d23642a2ea7c005f050494c8ef3c370dd3.tar.bz2
Support for MP4V-ES packetization format according to RFC3016.
Change-Id: I5e182936c52f9eb80cdcf6132ead03705ee32d61
Diffstat (limited to 'media/libstagefright/rtsp/ARTPConnection.cpp')
-rw-r--r--media/libstagefright/rtsp/ARTPConnection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/rtsp/ARTPConnection.cpp b/media/libstagefright/rtsp/ARTPConnection.cpp
index 469af3e..6816c45 100644
--- a/media/libstagefright/rtsp/ARTPConnection.cpp
+++ b/media/libstagefright/rtsp/ARTPConnection.cpp
@@ -321,6 +321,8 @@ status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) {
buffer->setRange(0, nbytes);
+ // LOG(INFO) << "received " << buffer->size() << " bytes.";
+
status_t err;
if (receiveRTP) {
err = parseRTP(s, buffer);