projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit 'fe7bc1f16abaefe66d8a20f734ca3eb8a4ce4d43'
[ffmpeg.git]
/
libavfilter
/
deshake_opencl.c
diff --git
a/libavfilter/deshake_opencl.c
b/libavfilter/deshake_opencl.c
index
91ae7d5
..
877ec1d
100644
(file)
--- a/
libavfilter/deshake_opencl.c
+++ b/
libavfilter/deshake_opencl.c
@@
-194,7
+194,5
@@
int ff_opencl_deshake_process_inout_buf(AVFilterContext *ctx, AVFrame *in, AVFra
deshake->opencl_ctx.cl_inbuf_size,
0, in->data,deshake->opencl_ctx.in_plane_size,
deshake->opencl_ctx.plane_num);
- if(ret < 0)
- return ret;
return ret;
}