summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ACodec.cpp
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-11-19 00:33:58 -0800
committerSteve Kondik <steve@cyngn.com>2015-11-24 04:02:48 -0800
commit3a0bcf107182665d5b8628245750f1e210ef0936 (patch)
tree5e530ee0e0da1b786466dcbf8362d671c6ea6057 /media/libstagefright/ACodec.cpp
parent29c75250c58bdcc3b38513813ba521cba82d5c61 (diff)
downloadframeworks_av-3a0bcf107182665d5b8628245750f1e210ef0936.zip
frameworks_av-3a0bcf107182665d5b8628245750f1e210ef0936.tar.gz
frameworks_av-3a0bcf107182665d5b8628245750f1e210ef0936.tar.bz2
stagefright: Act V: I am become death, the destroyer of worlds
* In which our hero unites the legions of distant worlds together as one at last to fight anew until the segfaults boil the lands and the New Version cometh. Change-Id: I869b2ab254968ed7a133827ea9e5ba6056f68a5c
Diffstat (limited to 'media/libstagefright/ACodec.cpp')
-rw-r--r--media/libstagefright/ACodec.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/ACodec.cpp b/media/libstagefright/ACodec.cpp
index a0282a1..9245c53 100644
--- a/media/libstagefright/ACodec.cpp
+++ b/media/libstagefright/ACodec.cpp
@@ -45,6 +45,7 @@
#include <media/stagefright/PersistentSurface.h>
#include <media/stagefright/SurfaceUtils.h>
#include <media/stagefright/FFMPEGSoftCodec.h>
+#include <media/stagefright/Utils.h>
#include <media/hardware/HardwareAPI.h>
@@ -4274,6 +4275,7 @@ status_t ACodec::getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify) {
notify->setInt32("channel-count", params.nChannels);
notify->setInt32("sample-rate", params.nSamplingRate);
notify->setInt32("bits-per-sample", params.nBitPerSample);
+ notify->setInt32("pcm-format", getPCMFormat(notify));
if (mChannelMaskPresent) {
notify->setInt32("channel-mask", mChannelMask);