summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2010-03-30 15:50:57 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2010-03-30 15:50:57 +0000
commit32e543f866d9d4b450729e93cd81dacd8c457971 (patch)
tree3e4271e8f798d25c3868584a04dcb52df3eff83f /libavformat/avformat.h
parent3bccd93ac0b7e5dbb4a335257eaee9d8908dad3c (diff)
Replace @returns by @return.
Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 59456c627b..92fd85c703 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1003,7 +1003,7 @@ int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
* @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