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

Originally committed as revision 23980 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Diego Biurrun 15 years ago
parent 3fa7626863
commit 8a4d7a3013
  1. 2
      libavformat/avformat.h

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

Loading…
Cancel
Save