comparison avformat.h @ 2788:f66d29c833a6 libavformat

succes --> success typo
author diego
date Sat, 01 Dec 2007 12:05:59 +0000
parents 7046ab98056e
children 173b5cb7efde
comparison
equal deleted inserted replaced
2787:8453787462c1 2788:f66d29c833a6
824 * [-]HH[:MM[:SS[.m...]]] 824 * [-]HH[:MM[:SS[.m...]]]
825 * [-]S+[.m...] 825 * [-]S+[.m...]
826 * @endcode 826 * @endcode
827 * Returns the number of microseconds contained in a time interval 827 * Returns the number of microseconds contained in a time interval
828 * with the specified duration or INT64_MIN if \p datestr cannot be 828 * with the specified duration or INT64_MIN if \p datestr cannot be
829 * succesfully parsed. 829 * successfully parsed.
830 * @param duration Flag which tells how to interpret \p datestr, if 830 * @param duration Flag which tells how to interpret \p datestr, if
831 * not zero \p datestr is interpreted as a duration, otherwise as a 831 * not zero \p datestr is interpreted as a duration, otherwise as a
832 * date. 832 * date.
833 */ 833 */
834 int64_t parse_date(const char *datestr, int duration); 834 int64_t parse_date(const char *datestr, int duration);