diff options
author | Ruiling Song <ruiling.song@intel.com> | 2018-11-28 10:27:38 +0800 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-12-02 23:39:37 +0000 |
commit | 416dc9a5e81729e3313bcc13aebc5faa082c63a3 (patch) | |
tree | 05014f89f5bcb948d7dc4645344e134adcbfcb35 /libavfilter/allfilters.c | |
parent | 21608bc30303b221db8f3e2fb0952e7e7f2bd270 (diff) | |
download | ffmpeg-416dc9a5e81729e3313bcc13aebc5faa082c63a3.tar.gz |
lavf: add transpose_opencl filter
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 837c99eb75..a600069500 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -372,6 +372,7 @@ extern AVFilter ff_vf_tonemap_opencl; extern AVFilter ff_vf_tpad; extern AVFilter ff_vf_transpose; extern AVFilter ff_vf_transpose_npp; +extern AVFilter ff_vf_transpose_opencl; extern AVFilter ff_vf_trim; extern AVFilter ff_vf_unpremultiply; extern AVFilter ff_vf_unsharp; |