Replace incorrect @NOTE Doxygen command by @note; capitalization matters.

Originally committed as revision 23980 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2010-07-02 11:46:29 +00:00
parent 3fa7626863
commit 8a4d7a3013
1 changed files with 1 additions and 1 deletions

View File

@ -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!
*/