1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-04-29 12:54:10 +02:00
Files
FFmpeg/libavfilter/opencl_source.h
T

37 lines
1.4 KiB
C
Raw Normal View History

/*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVFILTER_OPENCL_SOURCE_H
#define AVFILTER_OPENCL_SOURCE_H
2018-03-19 13:30:23 +11:00
extern const char *ff_opencl_source_avgblur;
2019-04-16 22:08:49 -04:00
extern const char *ff_opencl_source_colorkey;
2018-06-19 09:57:31 +08:00
extern const char *ff_opencl_source_colorspace_common;
2018-03-24 18:57:43 +03:00
extern const char *ff_opencl_source_convolution;
2019-08-08 09:24:32 -04:00
extern const char *ff_opencl_source_deshake;
extern const char *ff_opencl_source_neighbor;
2019-04-12 16:29:03 +08:00
extern const char *ff_opencl_source_nlmeans;
2017-09-10 21:53:36 +01:00
extern const char *ff_opencl_source_overlay;
2020-02-06 17:41:08 +01:00
extern const char *ff_opencl_source_pad;
2018-06-19 09:57:31 +08:00
extern const char *ff_opencl_source_tonemap;
2018-11-28 10:27:38 +08:00
extern const char *ff_opencl_source_transpose;
2017-11-14 19:47:27 +00:00
extern const char *ff_opencl_source_unsharp;
2020-01-23 16:29:34 +01:00
extern const char *ff_opencl_source_xfade;
2017-09-10 21:53:36 +01:00
#endif /* AVFILTER_OPENCL_SOURCE_H */