summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-02-01 10:51:50 -0800
committerAndreas Huber <andih@google.com>2010-02-01 10:53:20 -0800
commit78d529eb330ab6c04b5c694403f5a7e7de4b702f (patch)
tree7f686e70cae863eb1d5b4fa2427c30075beecb84 /include/media/stagefright
parent036a38099c9d339d77dc4a1a148db2907a618c2e (diff)
downloadframeworks_av-78d529eb330ab6c04b5c694403f5a7e7de4b702f.zip
frameworks_av-78d529eb330ab6c04b5c694403f5a7e7de4b702f.tar.gz
frameworks_av-78d529eb330ab6c04b5c694403f5a7e7de4b702f.tar.bz2
The TI MP3 decoder lies about the number of channels it outputs, add a quirk for that.
Diffstat (limited to 'include/media/stagefright')
-rw-r--r--include/media/stagefright/OMXCodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h
index 82dd2b5..f8bc7ab 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -95,6 +95,7 @@ private:
kRequiresAllocateBufferOnOutputPorts = 32,
kRequiresFlushBeforeShutdown = 64,
kDefersOutputBufferAllocation = 128,
+ kDecoderLiesAboutNumberOfChannels = 256,
};
struct BufferInfo {