diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-02-22 16:02:21 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-03-13 08:01:15 +0100 |
commit | 2ee9362419bc49da21a0c4c99596a7c7897899ab (patch) | |
tree | e36e03255f1324b3776a95caefb4fb30e4e02eed /libavfilter/vf_convolution_opencl.c | |
parent | f5d03b972c49323a0cb03195d596aaae0ab397b1 (diff) | |
download | ffmpeg-2ee9362419bc49da21a0c4c99596a7c7897899ab.tar.gz |
fftools/ffmpeg: remove unncessary casts for *_thread() return values
These functions used to be passed directly to pthread_create(), which
required them to return void*. This is no longer the case, so they can
return a plain int.
Diffstat (limited to 'libavfilter/vf_convolution_opencl.c')
0 files changed, 0 insertions, 0 deletions