libavutil: add a merge sort.
compared to qsort this is slower but its stable and doesnt have a O(n^2) worst
case
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
Please
register
or
sign in
to comment
compared to qsort this is slower but its stable and doesnt have a O(n^2) worst
case
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>