Re: [FFmpeg-devel] [PATCH 2/3] avutil/tree: improve documentation for av_tree_find, av_tree_insert

2015-10-25 Thread Ganesh Ajjanagadde
On Sat, Oct 24, 2015 at 6:02 PM, Ganesh Ajjanagadde wrote: > This documents the additional constness, and provides a useful libc > reference for the API specification of the comparator. > > Signed-off-by: Ganesh Ajjanagadde > --- >

[FFmpeg-devel] [PATCH 2/3] avutil/tree: improve documentation for av_tree_find, av_tree_insert

2015-10-24 Thread Ganesh Ajjanagadde
This documents the additional constness, and provides a useful libc reference for the API specification of the comparator. Signed-off-by: Ganesh Ajjanagadde --- libavutil/tree.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavutil/tree.h