[vlc-devel] [PATCH 05/12] move directory-sort option from directory access to directory demux
Thomas Guillem
thomas at gllm.fr
Wed May 20 16:10:10 CEST 2015
On Tue, May 19, 2015, at 10:59, Rémi Denis-Courmont wrote:
> Le 2015-05-19 11:27, Thomas Guillem a écrit :
> > All readdir access that are used from demux directory can now be
> > sorted like
> > the directory access.
>
> Replacing quick sort with insertion sort is not a good idea at all
> IMNSHO.
Ok, I replaced input_item_node_AppendItemSorted() with
input_item_node_Sort().
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list