diff rtsp.h @ 5909:b8041f85c327 libavformat

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents f075d373e9be
children ac73cfb210dc
line wrap: on
line diff
--- a/rtsp.h	Mon Mar 29 22:29:14 2010 +0000
+++ b/rtsp.h	Tue Mar 30 15:50:57 2010 +0000
@@ -404,7 +404,7 @@
  *                   has been fully parsed. If no more data is available
  *                   without parsing a reply, it will return an error.
  *
- * @returns 1 if a data packets is ready to be received, -1 on error,
+ * @return 1 if a data packets is ready to be received, -1 on error,
  *          and 0 on success.
  */
 int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
@@ -422,7 +422,7 @@
  *
  * @param s RTSP (de)muxer context
  *
- * @returns 0 on success, < 0 on error. Cleans up all allocations done
+ * @return 0 on success, < 0 on error. Cleans up all allocations done
  *          within the function on error.
  */
 int ff_rtsp_connect(AVFormatContext *s);