summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!
*/