changeset 5961:74e314bb31c4 libavcodec

succes --> success typo
author diego
date Sat, 01 Dec 2007 12:05:59 +0000
parents 94fa03139210
children a6c9aa23d379
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,