diff avio.h @ 5909:b8041f85c327 libavformat

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents e0e34711fc2e
children bde9a4b67f86
line wrap: on
line diff
--- a/avio.h	Mon Mar 29 22:29:14 2010 +0000
+++ b/avio.h	Tue Mar 30 15:50:57 2010 +0000
@@ -376,7 +376,7 @@
 
 /**
  * Reads size bytes from ByteIOContext into buf.
- * @returns number of bytes read or AVERROR
+ * @return number of bytes read or AVERROR
  */
 int get_buffer(ByteIOContext *s, unsigned char *buf, int size);
 
@@ -384,7 +384,7 @@
  * Reads size bytes from ByteIOContext into buf.
  * This reads at most 1 packet. If that is not enough fewer bytes will be
  * returned.
- * @returns number of bytes read or AVERROR
+ * @return number of bytes read or AVERROR
  */
 int get_partial_buffer(ByteIOContext *s, unsigned char *buf, int size);