|
19 | 19 | #ifndef AVFILTER_OPENCL_SOURCE_H |
20 | 20 | #define AVFILTER_OPENCL_SOURCE_H |
21 | 21 |
|
22 | | -extern const char *ff_opencl_source_avgblur; |
23 | | -extern const char *ff_opencl_source_colorkey; |
24 | | -extern const char *ff_opencl_source_colorspace_common; |
25 | | -extern const char *ff_opencl_source_convolution; |
26 | | -extern const char *ff_opencl_source_deshake; |
27 | | -extern const char *ff_opencl_source_neighbor; |
28 | | -extern const char *ff_opencl_source_nlmeans; |
29 | | -extern const char *ff_opencl_source_overlay; |
30 | | -extern const char *ff_opencl_source_pad; |
31 | | -extern const char *ff_opencl_source_remap; |
32 | | -extern const char *ff_opencl_source_tonemap; |
33 | | -extern const char *ff_opencl_source_transpose; |
34 | | -extern const char *ff_opencl_source_unsharp; |
35 | | -extern const char *ff_opencl_source_xfade; |
| 22 | +extern const char *ff_source_avgblur_cl; |
| 23 | +extern const char *ff_source_colorkey_cl; |
| 24 | +extern const char *ff_source_colorspace_common_cl; |
| 25 | +extern const char *ff_source_convolution_cl; |
| 26 | +extern const char *ff_source_deshake_cl; |
| 27 | +extern const char *ff_source_neighbor_cl; |
| 28 | +extern const char *ff_source_nlmeans_cl; |
| 29 | +extern const char *ff_source_overlay_cl; |
| 30 | +extern const char *ff_source_pad_cl; |
| 31 | +extern const char *ff_source_remap_cl; |
| 32 | +extern const char *ff_source_tonemap_cl; |
| 33 | +extern const char *ff_source_transpose_cl; |
| 34 | +extern const char *ff_source_unsharp_cl; |
| 35 | +extern const char *ff_source_xfade_cl; |
36 | 36 |
|
37 | 37 | #endif /* AVFILTER_OPENCL_SOURCE_H */ |
0 commit comments