diff cavs.c @ 11556:b94e1810ce4c libavcodec

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents fda40558e98a
children 7dd2a45249a9
line wrap: on
line diff
--- a/cavs.c	Tue Mar 30 08:10:29 2010 +0000
+++ b/cavs.c	Tue Mar 30 15:50:57 2010 +0000
@@ -572,7 +572,7 @@
 /**
  * save predictors for later macroblocks and increase
  * macroblock address
- * @returns 0 if end of frame is reached, 1 otherwise
+ * @return 0 if end of frame is reached, 1 otherwise
  */
 int ff_cavs_next_mb(AVSContext *h) {
     int i;