diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-10-24 17:49:57 -0400 |
---|---|---|
committer | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-10-24 20:35:31 -0400 |
commit | 2ee51ef259e65e881b36aba7e6f9402b525a5ce0 (patch) | |
tree | b6f458379af4bf630870b7f37b5091a38db0fd08 /libavutil/intmath.h | |
parent | 38f4e973efef944b1a7e751626f6864f60e69fb4 (diff) | |
download | ffmpeg-2ee51ef259e65e881b36aba7e6f9402b525a5ce0.tar.gz |
avfilter/vf_deshake: use a void * comparator for consistency
For generality, qsort uses a comparator whose elements are void *. This
makes the comparator have such a form, and thus makes the void * cast of
the comparator pointer useless. Furthermore, this makes the code more
consistent with other usages of qsort across the codebase.
Reviewed-by: Henrik Gramner <henrik@gramner.com>
Reviewed-by: wm4 <nfxjfg@googlemail.com>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Diffstat (limited to 'libavutil/intmath.h')
0 files changed, 0 insertions, 0 deletions