summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-10-07 13:36:52 -0700
committerAndreas Huber <andih@google.com>2009-10-07 13:53:24 -0700
commitec430b158df17b2c766f7750a96c35d3902f5f49 (patch)
tree6dab1104548754cd6d021d2ce37f0b90a0a58034 /include/media/stagefright
parent23e1ce72323c87cacd3443b7d0deeda3a82f9dba (diff)
downloadframeworks_av-ec430b158df17b2c766f7750a96c35d3902f5f49.zip
frameworks_av-ec430b158df17b2c766f7750a96c35d3902f5f49.tar.gz
frameworks_av-ec430b158df17b2c766f7750a96c35d3902f5f49.tar.bz2
Workaround for avc decoder misreporting output buffer size requirements if the content is not a multiple-16 width/height.
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 ff7e34a..e19830b 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -90,6 +90,7 @@ private:
kRequiresFlushCompleteEmulation = 16,
kRequiresAllocateBufferOnOutputPorts = 32,
kRequiresFlushBeforeShutdown = 64,
+ kAlwaysAllocateOutputWithPadding = 128,
};
struct BufferInfo {