# HG changeset patch # User diego # Date 1196510759 0 # Node ID 74e314bb31c43e804e6507dfc924b05e3a7a9b47 # Parent 94fa0313921097ac22dbc8a110cbeefff125c228 succes --> success typo diff -r 94fa03139210 -r 74e314bb31c4 avcodec.h --- a/avcodec.h Sat Dec 01 09:39:59 2007 +0000 +++ b/avcodec.h Sat Dec 01 12:05:59 2007 +0000 @@ -2676,7 +2676,7 @@ * @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,