From: Philipp Zabel Date: Fri, 11 Jul 2014 09:36:37 +0000 (-0300) Subject: [media] coda: allow odd width, but still round up bytesperline X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b0ed7be67f84b5381efb1b97740b2f66e0ecbfb;p=pandora-kernel.git [media] coda: allow odd width, but still round up bytesperline Even though the CODA h.264 decoder always decodes complete macroblocks, we can set the stride to the corresponding multiple of 16 and use a value smaller than that as real width. Unfortunately the same doesn't work for height, as there is no vertical linesperframe stride for discontiguous planar YUV frames. Signed-off-by: Philipp Zabel Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed