diff options
author | James Almer <jamrial@gmail.com> | 2014-08-11 16:35:39 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-12 03:49:45 +0200 |
commit | 744f15b6b3801dc008e767be0846bad55b62444f (patch) | |
tree | 9939007040229f575a5d2b5ecdd5fda876f00843 /libavutil/opencl_internal.h | |
parent | 9f617a14a00805ffd54dee4fce34e3e4099d21f3 (diff) | |
download | ffmpeg-744f15b6b3801dc008e767be0846bad55b62444f.tar.gz |
lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter()
It was wrongly being exported and used by libavfilter.
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/opencl_internal.h')
-rw-r--r-- | libavutil/opencl_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/opencl_internal.h b/libavutil/opencl_internal.h index 34b39a0d6b..dacd930ac9 100644 --- a/libavutil/opencl_internal.h +++ b/libavutil/opencl_internal.h @@ -30,4 +30,4 @@ typedef struct { void *ctx; } FFOpenclParam; -int ff_opencl_set_parameter(FFOpenclParam *opencl_param, ...); +int avpriv_opencl_set_parameter(FFOpenclParam *opencl_param, ...); |