vdpau/vl 422 chroma width/height mix up
authorAndy Furniss <adf.lists@gmail.com>
Wed, 24 Jul 2013 23:40:11 +0000 (00:40 +0100)
committerChristian König <christian.koenig@amd.com>
Mon, 19 Aug 2013 16:31:26 +0000 (18:31 +0200)
commit3448b66dac521fb16ccaa7cdf3427343a6e355a2
treeda3ca63cf7f532d5a4f97978cce29c868b68d7f2
parentb1d05eeb1f14e06ba122857927eb4661621df8f6
vdpau/vl 422 chroma width/height mix up

I was looking into some minor 422 issues/discrepencies I noticed long
ago using vdpau on my rv790.

I noticed that there is code that is halving height rather than width -
422 is full height AFAIK.

Making the changes below doesn't actually make any noticable difference
to what I was looking into.

Maybe there are more but here's three I've found so far

Reviewed-by: Christian König <christian.koenig@amd.com>
src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
src/gallium/auxiliary/vl/vl_video_buffer.c
src/gallium/state_trackers/vdpau/surface.c