comparison avformat.h @ 6218:3f6559c501e3 libavformat

Replace incorrect @NOTE Doxygen command by @note; capitalization matters.
author diego
date Fri, 02 Jul 2010 11:46:29 +0000
parents ccb05424c391
children 0bc4c96a5aea
comparison
equal deleted inserted replaced
6217:d71ea3c26202 6218:3f6559c501e3
1036 * @param ts target timestamp 1036 * @param ts target timestamp
1037 * @param max_ts largest acceptable timestamp 1037 * @param max_ts largest acceptable timestamp
1038 * @param flags flags 1038 * @param flags flags
1039 * @return >=0 on success, error code otherwise 1039 * @return >=0 on success, error code otherwise
1040 * 1040 *
1041 * @NOTE This is part of the new seek API which is still under construction. 1041 * @note This is part of the new seek API which is still under construction.
1042 * Thus do not use this yet. It may change at any time, do not expect 1042 * Thus do not use this yet. It may change at any time, do not expect
1043 * ABI compatibility yet! 1043 * ABI compatibility yet!
1044 */ 1044 */
1045 int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); 1045 int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
1046 1046