Re: [FFmpeg-devel] [PATCH 03/15] hwcontext_opencl: VAAPI to OpenCL mapping for Intel i965+beignet

2017-11-21 Thread Jun Zhao
On 2017/11/15 3:47, Mark Thompson wrote: > Supports all surface formats in common between the two. > --- > configure| 6 + > libavutil/hwcontext_opencl.c | 298 > +++ > 2 files changed, 304 insertions(+) > > diff --git a/configure

[FFmpeg-devel] [PATCH 03/15] hwcontext_opencl: VAAPI to OpenCL mapping for Intel i965+beignet

2017-11-14 Thread Mark Thompson
Supports all surface formats in common between the two. --- configure| 6 + libavutil/hwcontext_opencl.c | 298 +++ 2 files changed, 304 insertions(+) diff --git a/configure b/configure index 167db274f1..dcdb5fee1f 100755 ---