summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-01-21 15:24:34 -0800
committerRonghua Wu <ronghuawu@google.com>2015-01-21 15:24:34 -0800
commitfdb7a75a3a325cf3a3e1d8adc58222bffef09987 (patch)
tree073cc1a2dd8e753294903eade8b8d24156ce70f6
parent5347b7139a5305a441f79091135cadf1ad01002f (diff)
downloadmanta-lollipop-mr1-dev.tar.gz
Change Exynos.H263.Encoder alignment to 4x4.lollipop-mr1-dev
Bug: 19014147 Change-Id: Id6b0821ddc0abff51f83f8f1c5bda11d3c167027
-rw-r--r--media_codecs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index b5925f5..0ffad5b 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -148,7 +148,7 @@ Only the three quirks included above are recognized at this point:
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports" />
<Limit name="size" min="32x32" max="1088x1152" />
- <Limit name="alignment" value="2x2" />
+ <Limit name="alignment" value="4x4" />
<Limit name="block-size" value="16x16" />
<Limit name="blocks-per-second" min="1" max="489600" />
<Limit name="bitrate" range="1-40000000" />