summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-10-24 17:49:57 -0400
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-10-24 20:35:31 -0400
commit2ee51ef259e65e881b36aba7e6f9402b525a5ce0 (patch)
treeb6f458379af4bf630870b7f37b5091a38db0fd08 /libavformat
parent38f4e973efef944b1a7e751626f6864f60e69fb4 (diff)
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 'libavformat')
0 files changed, 0 insertions, 0 deletions