summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 11:46:29 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 11:46:29 +0000
commit8a4d7a30136c52f3595b80156f6baa9c0f452fcf (patch)
tree8b812f5b4a57d3ebf67a24425c7dd1b9a262fd2f
parent3fa7626863b9605f3e1a8a9dc4e0d6055dd5e57e (diff)
Replace incorrect @NOTE Doxygen command by @note; capitalization matters.
Originally committed as revision 23980 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 828bb973a7..0b9892605c 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1038,7 +1038,7 @@ int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
* @param flags flags
* @return >=0 on success, error code otherwise
*
- * @NOTE This is part of the new seek API which is still under construction.
+ * @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
* ABI compatibility yet!
*/