From 8a4d7a30136c52f3595b80156f6baa9c0f452fcf Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 11:46:29 +0000 Subject: Replace incorrect @NOTE Doxygen command by @note; capitalization matters. Originally committed as revision 23980 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avformat.h') 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! */ -- cgit v1.2.3