diff h264_cabac.c @ 11556:b94e1810ce4c libavcodec

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents 0eb476c1730d
children 7dd2a45249a9
line wrap: on
line diff
--- a/h264_cabac.c	Tue Mar 30 08:10:29 2010 +0000
+++ b/h264_cabac.c	Tue Mar 30 15:50:57 2010 +0000
@@ -1181,7 +1181,7 @@
 
 /**
  * decodes a macroblock
- * @returns 0 if OK, AC_ERROR / DC_ERROR / MV_ERROR if an error is noticed
+ * @return 0 if OK, AC_ERROR / DC_ERROR / MV_ERROR if an error is noticed
  */
 int ff_h264_decode_mb_cabac(H264Context *h) {
     MpegEncContext * const s = &h->s;