Re: [Libva] [PATCH V2 3/6] HEVC ENC:Added HEVC support in API function

2015-01-06 Thread Qu, Pengfei
Sure, I will try to adjust the patch order again. -Original Message- From: Zhao, Yakui Sent: Wednesday, January 7, 2015 9:21 AM To: Qu, Pengfei Cc: libva@lists.freedesktop.org Subject: Re: [Libva] [PATCH V2 3/6] HEVC ENC:Added HEVC support in API function On Tue, 2015-01-06 at 01:57

Re: [Libva] [PATCH V2 3/6] HEVC ENC:Added HEVC support in API function

2015-01-06 Thread Zhao, Yakui
On Tue, 2015-01-06 at 01:57 -0700, Qu,Pengfei wrote: Not sure whether the HEVC encoding profile is exported earlier than the low-level implementation? If the subsequent patches are not applied, maybe user-space app queries the entrypoint for HEVC encoding and then try to use it. In such case it d

[Libva] [PATCH V2 3/6] HEVC ENC:Added HEVC support in API function

2015-01-06 Thread Qu,Pengfei
Signed-off-by: Qu,Pengfei --- src/i965_device_info.c | 1 + src/i965_drv_video.c | 121 + 2 files changed, 103 insertions(+), 19 deletions(-) diff --git a/src/i965_device_info.c b/src/i965_device_info.c index d03aceb..9ccc85e 100755 --- a/src/i