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

michael subversion
Mon Apr 27 14:41:41 CEST 2009


Author: michael
Date: Mon Apr 27 14:41:41 2009
New Revision: 18705

Log:
Remove useless and outright wrong chatter from avcodec_encode_video().

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Mon Apr 27 14:39:30 2009	(r18704)
+++ trunk/libavcodec/avcodec.h	Mon Apr 27 14:41:41 2009	(r18705)
@@ -3210,10 +3210,7 @@ int avcodec_encode_audio(AVCodecContext 
 
 /**
  * Encodes a video frame from \p pict into \p buf.
- * The avcodec_encode_video() function encodes a video frame from the input
- * \p pict. To encode it, it makes use of the video codec which was coupled with
- * \p avctx using avcodec_open(). The resulting encoded bytes representing the
- * frame are stored in the output buffer \p buf. The input picture should be
+ * The input picture should be
  * stored using a specific format, namely \c avctx.pix_fmt.
  *
  * @param avctx the codec context



More information about the ffmpeg-cvslog mailing list