Re: [Libva] [PATCH][libva-intel-driver] vpp chroma-formats: report supported chroma formats for vpp

2016-10-16 Thread Xiang, Haihao
> I sent a new version, pardon the PEBKAC. Is there a particular > indentation scheme to follow? > The original file uses 4 spaces (not a tab) for indentation, please use the same indentation in the patch. Sometimes a patch was merged without checking the indentation, which makes the code

Re: [Libva] [PATCH][libva-intel-driver] vpp chroma-formats: report supported chroma formats for vpp

2016-10-13 Thread Charles, Daniel
I sent a new version, pardon the PEBKAC. Is there a particular indentation scheme to follow? -- Daniel. On Thu, Oct 13, 2016 at 1:09 AM, Xiang, Haihao wrote: > On Wed, 2016-10-12 at 15:58 -0700, Daniel Charles wrote: >> vpp to report the chroma formats according to

Re: [Libva] [PATCH][libva-intel-driver] vpp chroma-formats: report supported chroma formats for vpp

2016-10-13 Thread Xiang, Haihao
On Wed, 2016-10-12 at 15:58 -0700, Daniel Charles wrote: > vpp to report the chroma formats according to what's allowed > by vaCreateSurfaces2 > > Signed-off-by: Daniel Charles > --- >  src/i965_drv_video.c | 5 - >  1 file changed, 4 insertions(+), 1 deletion(-) >

[Libva] [PATCH][libva-intel-driver] vpp chroma-formats: report supported chroma formats for vpp

2016-10-12 Thread Daniel Charles
vpp to report the chroma formats according to what's allowed by vaCreateSurfaces2 Signed-off-by: Daniel Charles --- src/i965_drv_video.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c index