[rbp] Avoid resizing 1080p fanart
authorpopcornmix <popcornmix@gmail.com>
Sun, 5 Jan 2014 22:23:27 +0000 (22:23 +0000)
committerpopcornmix <popcornmix@gmail.com>
Sun, 5 Jan 2014 22:26:29 +0000 (22:26 +0000)
commit572899a9679cad5f5c1d4975d8f6db8b4ff3f7df
treec67e527d01f9428cadb03ff33260b32a42455b8f
parentf444d23bbb8f73c599ced6378806a63e21960218
[rbp] Avoid resizing 1080p fanart

Currently all re-encoded jpgs are resized to multiples of 16 widths and heights.
This causes additional blurring, especially for 1080p (which becomes 1088), as well as subtle aspect ratio errors.

Remove the alignment clamping, and fix up the heights/strides where needed
xbmc/cores/omxplayer/OMXImage.cpp
xbmc/cores/omxplayer/OMXImage.h