[FFmpeg-cvslog] r18704 - trunk/libavcodec/avcodec.h

michael subversion
Mon Apr 27 14:39:31 CEST 2009


Author: michael
Date: Mon Apr 27 14:39:30 2009
New Revision: 18704

Log:
Remove redundant chatter from avcodec_encode_audio()

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Mon Apr 27 14:38:14 2009	(r18703)
+++ trunk/libavcodec/avcodec.h	Mon Apr 27 14:39:30 2009	(r18704)
@@ -3188,10 +3188,6 @@ int avcodec_parse_frame(AVCodecContext *
 
 /**
  * Encodes an audio frame from \p samples into \p buf.
- * The avcodec_encode_audio() function encodes an audio frame from the input
- * buffer \p samples. To encode it, it makes use of the audio codec which was
- * coupled with \p avctx using avcodec_open(). The resulting encoded frame is
- * stored in output buffer \p buf.
  *
  * @note The output buffer should be at least \c FF_MIN_BUFFER_SIZE bytes large.
  * However, for PCM audio the user will know how much space is needed



More information about the ffmpeg-cvslog mailing list