diff parser.c @ 11556:b94e1810ce4c libavcodec

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents 05a510cd1e3b
children 926ad89ae57a
line wrap: on
line diff
--- a/parser.c	Tue Mar 30 08:10:29 2010 +0000
+++ b/parser.c	Tue Mar 30 15:50:57 2010 +0000
@@ -244,7 +244,7 @@
 
 /**
  * combines the (truncated) bitstream to a complete frame
- * @returns -1 if no complete frame could be created, AVERROR(ENOMEM) if there was a memory allocation error
+ * @return -1 if no complete frame could be created, AVERROR(ENOMEM) if there was a memory allocation error
  */
 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size)
 {