diff h264enc.c @ 11556:b94e1810ce4c libavcodec

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents 0dce4fe6e6f3
children a9780299ef48
line wrap: on
line diff
--- a/h264enc.c	Tue Mar 30 08:10:29 2010 +0000
+++ b/h264enc.c	Tue Mar 30 15:50:57 2010 +0000
@@ -31,7 +31,7 @@
  * @param dest the target buffer, dst+1 == src is allowed as a special case
  * @param destsize the length of the dst array
  * @param b2 the data which should be escaped
- * @returns pointer to current position in the output buffer or NULL if an error occurred
+ * @return pointer to current position in the output buffer or NULL if an error occurred
  */
 static uint8_t *h264_write_nal_unit(int nal_ref_idc, int nal_unit_type, uint8_t *dest, int *destsize,
                           PutBitContext *b2)