Re: [FFmpeg-devel] [PATCH 1/2] lavfi/opencl: Use filter device if no input device is available

2018-01-03 Thread Jun Zhao
On 2018/1/3 18:25, Mark Thompson wrote: > On 03/01/18 06:57, Jun Zhao wrote: >> On 2018/1/3 7:12, Mark Thompson wrote: >>> This allows implementing sources as well as filters. >>> --- >>> libavfilter/opencl.c | 39 +-- >>> 1 file changed, 33 insertions(+), 6

Re: [FFmpeg-devel] [PATCH 1/2] lavfi/opencl: Use filter device if no input device is available

2018-01-03 Thread Mark Thompson
On 03/01/18 06:57, Jun Zhao wrote: > On 2018/1/3 7:12, Mark Thompson wrote: >> This allows implementing sources as well as filters. >> --- >> libavfilter/opencl.c | 39 +-- >> 1 file changed, 33 insertions(+), 6 deletions(-) >> >> diff --git

Re: [FFmpeg-devel] [PATCH 1/2] lavfi/opencl: Use filter device if no input device is available

2018-01-02 Thread Jun Zhao
On 2018/1/3 7:12, Mark Thompson wrote: > This allows implementing sources as well as filters. > --- > libavfilter/opencl.c | 39 +-- > 1 file changed, 33 insertions(+), 6 deletions(-) > > diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c > index

[FFmpeg-devel] [PATCH 1/2] lavfi/opencl: Use filter device if no input device is available

2018-01-02 Thread Mark Thompson
This allows implementing sources as well as filters. --- libavfilter/opencl.c | 39 +-- 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/libavfilter/opencl.c b/libavfilter/opencl.c index 005ad089e2..37afc41f8b 100644 --- a/libavfilter/opencl.c +++