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 /libavcodec | |
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 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 1c43ea4c6a..a9ab710e55 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2676,7 +2676,7 @@ int avcodec_parse_frame(AVCodecContext *avctx, uint8_t **pdata, * @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, |