Hi Alexander,
Guess I should add a check to see if it can create a non-interlaced
video buffer, and if not, return what it would have returned before,
when trying to derive an image from an interlaced buffer:
return VA_STATUS_ERROR_OPERATION_FAILED;
Thanks,
Thong Thai
On 2021-01-03 3:38
blit_info->src.box.y
I'll look into a bit more...
Thanks for the help,
Thong Thai
On 2020-11-30 1:07 p.m., Ilia Mirkin wrote:
Many (most?) codecs decode stuff in 16px increments. So even though
the video is 1080 in height, the decoded surface is 1088. However the
video decoder should
27;m not sure how to properly fix it though... any ideas would be
appreciated.
Thanks,
Thong Thai
On 2020-11-30 10:52 a.m., Liu, Leo wrote:
+Thong.
-Original Message-
From: mesa-dev On Behalf Of Ilia Mirkin
Sent: November 25, 2020 5:48 PM
To: ML Mesa-dev ; Thai, Thong
Subject: Re: [Me