Mercurial > libavcodec.hg
comparison avcodec.h @ 5961:74e314bb31c4 libavcodec
succes --> success typo
author | diego |
---|---|
date | Sat, 01 Dec 2007 12:05:59 +0000 |
parents | 402833508709 |
children | 15ed47af1838 |
comparison
equal
deleted
inserted
replaced
5960:94fa03139210 | 5961:74e314bb31c4 |
---|---|
2674 * @param[out] buf the output buffer | 2674 * @param[out] buf the output buffer |
2675 * @param[in] buf_size the output buffer size | 2675 * @param[in] buf_size the output buffer size |
2676 * @param[in] samples the input buffer containing the samples | 2676 * @param[in] samples the input buffer containing the samples |
2677 * The number of samples read from this buffer is frame_size*channels, | 2677 * The number of samples read from this buffer is frame_size*channels, |
2678 * both of which are defined in \p avctx. | 2678 * both of which are defined in \p avctx. |
2679 * @return On error a negative value is returned, on succes zero or the number | 2679 * @return On error a negative value is returned, on success zero or the number |
2680 * of bytes used to encode the data read from the input buffer. | 2680 * of bytes used to encode the data read from the input buffer. |
2681 */ | 2681 */ |
2682 int avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size, | 2682 int avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size, |
2683 const short *samples); | 2683 const short *samples); |
2684 | 2684 |