summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/ARTPSource.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-08-05 09:22:25 -0700
committerAndreas Huber <andih@google.com>2010-08-05 09:28:17 -0700
commitff53123821a3ec2e71fdb1a971ea2cbae3119826 (patch)
treeeb3f1beeaa35d012d2566567c119e825a3de0c47 /media/libstagefright/rtsp/ARTPSource.cpp
parent9cf3ce33d626543bd749241d0280f3900d5b8ed3 (diff)
downloadframeworks_av-ff53123821a3ec2e71fdb1a971ea2cbae3119826.zip
frameworks_av-ff53123821a3ec2e71fdb1a971ea2cbae3119826.tar.gz
frameworks_av-ff53123821a3ec2e71fdb1a971ea2cbae3119826.tar.bz2
Better support for fake timestamps in RTP, H.263 video now also requests FIR.
Change-Id: I2385461887197fe4062d329086e0204f6d6620fc
Diffstat (limited to 'media/libstagefright/rtsp/ARTPSource.cpp')
-rw-r--r--media/libstagefright/rtsp/ARTPSource.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/rtsp/ARTPSource.cpp b/media/libstagefright/rtsp/ARTPSource.cpp
index 2aa0c1f..e08183e 100644
--- a/media/libstagefright/rtsp/ARTPSource.cpp
+++ b/media/libstagefright/rtsp/ARTPSource.cpp
@@ -58,6 +58,7 @@ ARTPSource::ARTPSource(
} else if (!strncmp(desc.c_str(), "H263-1998/", 10)
|| !strncmp(desc.c_str(), "H263-2000/", 10)) {
mAssembler = new AH263Assembler(notify);
+ mIssueFIRRequests = true;
} else if (!strncmp(desc.c_str(), "AMR/", 4)) {
mAssembler = new AAMRAssembler(notify, false /* isWide */, params);
} else if (!strncmp(desc.c_str(), "AMR-WB/", 7)) {