Re: [Libva] [PATCH] Fix scaling of NV12 surfaces when no output_region is set

2015-01-05 Thread Xiang, Haihao
Applied. Thanks Haihao > The code block filling destination surface target rectangle is too early > and incorrectly fills input surface width & height as final target width > and height. This results in improper scaling of the source surface. > > Move the destination code block further below

[Libva] [PATCH] Fix scaling of NV12 surfaces when no output_region is set

2015-01-05 Thread Antti Seppälä
The code block filling destination surface target rectangle is too early and incorrectly fills input surface width & height as final target width and height. This results in improper scaling of the source surface. Move the destination code block further below the point when actual target surfac