mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
succes --> success typo
Originally committed as revision 11120 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
892a4c2da8
commit
7338d36808
@ -2676,7 +2676,7 @@ int avcodec_parse_frame(AVCodecContext *avctx, uint8_t **pdata,
|
|||||||
* @param[in] samples the input buffer containing the samples
|
* @param[in] samples the input buffer containing the samples
|
||||||
* The number of samples read from this buffer is frame_size*channels,
|
* The number of samples read from this buffer is frame_size*channels,
|
||||||
* both of which are defined in \p avctx.
|
* 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.
|
* of bytes used to encode the data read from the input buffer.
|
||||||
*/
|
*/
|
||||||
int avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size,
|
int avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size,
|
||||||
|
@ -826,7 +826,7 @@ attribute_deprecated int parse_frame_rate(int *frame_rate, int *frame_rate_base,
|
|||||||
* @endcode
|
* @endcode
|
||||||
* Returns the number of microseconds contained in a time interval
|
* Returns the number of microseconds contained in a time interval
|
||||||
* with the specified duration or INT64_MIN if \p datestr cannot be
|
* 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
|
* @param duration Flag which tells how to interpret \p datestr, if
|
||||||
* not zero \p datestr is interpreted as a duration, otherwise as a
|
* not zero \p datestr is interpreted as a duration, otherwise as a
|
||||||
* date.
|
* date.
|
||||||
|
Loading…
Reference in New Issue
Block a user