]> git.sesse.net Git - vlc/commit
copy: fix download from VA surface with odd sizes.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 8 Apr 2014 16:55:22 +0000 (18:55 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Apr 2014 15:38:51 +0000 (17:38 +0200)
commit5e4ff1146df7fb3dd18eb0ffd73381f58a9212e2
treec0a183b67d63827696c8fd0f2f6ba3a6db9fd4cf
parent9d567fd0dfa3ee39b371092c6119339e5b613aea
copy: fix download from VA surface with odd sizes.

Fix download from Uncacheable Speculative Write Combining (USWC) memory,
e.g. VA surfaces, when the dimensions are odd. In particular, make sure
to get the very last chroma component for each row.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_chroma/copy.c