Commit 8a4d7a30 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 23980 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3fa76268
...@@ -1038,7 +1038,7 @@ int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp, ...@@ -1038,7 +1038,7 @@ int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
* @param flags flags * @param flags flags
* @return >=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. * @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 * Thus do not use this yet. It may change at any time, do not expect
* ABI compatibility yet! * ABI compatibility yet!
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment