diff idcinvideo.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 7dd2a45249a9
children
line wrap: on
line diff
--- a/idcinvideo.c	Wed Jun 30 09:33:59 2010 +0000
+++ b/idcinvideo.c	Wed Jun 30 15:38:06 2010 +0000
@@ -77,7 +77,7 @@
 /*
  * Find the lowest probability node in a Huffman table, and mark it as
  * being assigned to a higher probability.
- * Returns the node index of the lowest unused node, or -1 if all nodes
+ * @return the node index of the lowest unused node, or -1 if all nodes
  * are used.
  */
 static int huff_smallest_node(hnode *hnodes, int num_hnodes) {