diff avformat.h @ 5909:b8041f85c327 libavformat

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents 326378da363a
children 536e5527c1e0
line wrap: on
line diff
--- a/avformat.h	Mon Mar 29 22:29:14 2010 +0000
+++ b/avformat.h	Tue Mar 30 15:50:57 2010 +0000
@@ -1003,7 +1003,7 @@
  * @param ts target timestamp
  * @param max_ts largest acceptable timestamp
  * @param flags flags
- * @returns >=0 on success, error code otherwise
+ * @return >=0 on success, error code otherwise
  *
  * @NOTE This is part of the new seek API which is still under construction.
  *       Thus do not use this yet. It may change at any time, do not expect