[FFmpeg-cvslog] r11120 - in trunk: libavcodec/avcodec.h libavformat/avformat.h
diego
subversion
Sat Dec 1 13:06:00 CET 2007
Author: diego
Date: Sat Dec 1 13:05:59 2007
New Revision: 11120
Log:
succes --> success typo
Modified:
trunk/libavcodec/avcodec.h
trunk/libavformat/avformat.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Sat Dec 1 13:05:59 2007
@@ -2676,7 +2676,7 @@ int avcodec_parse_frame(AVCodecContext *
* @param[in] samples the input buffer containing the samples
* The number of samples read from this buffer is frame_size*channels,
* both of which are defined in \p avctx.
- * @return On error a negative value is returned, on succes zero or the number
+ * @return On error a negative value is returned, on success zero or the number
* of bytes used to encode the data read from the input buffer.
*/
int avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size,
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h (original)
+++ trunk/libavformat/avformat.h Sat Dec 1 13:05:59 2007
@@ -826,7 +826,7 @@ attribute_deprecated int parse_frame_rat
* @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.
More information about the ffmpeg-cvslog
mailing list