diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-01 12:05:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-01 12:05:59 +0000 |
commit | 7338d36808dbcd3fcb3c986e63b5b43232319c14 (patch) | |
tree | c029306193ec2cdfa6ddd8e84eecfc2d0cf7b4dc /libavformat | |
parent | 892a4c2da8518aa5c86b6cfdd90a7f399a41c814 (diff) | |
download | ffmpeg-7338d36808dbcd3fcb3c986e63b5b43232319c14.tar.gz |
succes --> success typo
Originally committed as revision 11120 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 4449e9c70e..5ac2b23441 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -826,7 +826,7 @@ attribute_deprecated int parse_frame_rate(int *frame_rate, int *frame_rate_base, * @endcode * Returns the number of microseconds contained in a time interval * with the specified duration or INT64_MIN if \p datestr cannot be - * succesfully parsed. + * successfully parsed. * @param duration Flag which tells how to interpret \p datestr, if * not zero \p datestr is interpreted as a duration, otherwise as a * date. |