[SCM] libav/experimental: Add missing '*' to av_tree_insert() doxy.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:45:27 UTC 2013


The following commit has been merged in the experimental branch:
commit 9c5a4ea28c70d040ded329480ae93e94b389515c
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat May 9 23:00:46 2009 +0000

    Add missing '*' to av_tree_insert() doxy.
    
    Originally committed as revision 18775 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/tree.h b/libavutil/tree.h
index e6803f8..b26dd9b 100644
--- a/libavutil/tree.h
+++ b/libavutil/tree.h
@@ -71,7 +71,7 @@ void *av_tree_find(const struct AVTreeNode *root, void *key, int (*cmp)(void *ke
  *             }
  *
  * @return If no insertion happened, the found element; if an insertion or
-           removal happened, then either key or NULL will be returned.
+ *         removal happened, then either key or NULL will be returned.
  *         Which one it is depends on the tree state and the implementation. You
  *         should make no assumptions that it's one or the other in the code.
  */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list