[FFmpeg-cvslog] r16870 - trunk/libavcodec/avcodec.h
michael
subversion
Sat Jan 31 01:45:34 CET 2009
Author: michael
Date: Sat Jan 31 01:45:34 2009
New Revision: 16870
Log:
Fix documentation of the return value of avcodec_encode_video().
ripped out of a patch by Bitbreaker/METALVOTZE X bitbreaker ihlaid de Y
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h Sat Jan 31 00:50:13 2009 (r16869)
+++ trunk/libavcodec/avcodec.h Sat Jan 31 01:45:34 2009 (r16870)
@@ -2858,7 +2858,7 @@ int avcodec_encode_audio(AVCodecContext
* @param[in] buf_size the size of the output buffer in bytes
* @param[in] pict the input picture to encode
* @return On error a negative value is returned, on success zero or the number
- * of bytes used from the input buffer.
+ * of bytes used from the output buffer.
*/
int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
const AVFrame *pict);
More information about the ffmpeg-cvslog
mailing list