changeset 9575:cb2eaa883d4f libavcodec

Remove useless and outright wrong chatter from avcodec_encode_video().
author michael
date Mon, 27 Apr 2009 12:41:41 +0000
parents e83504a0f279
children 7a9f0be3ad64
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Mon Apr 27 12:39:30 2009 +0000
+++ b/avcodec.h	Mon Apr 27 12:41:41 2009 +0000
@@ -3210,10 +3210,7 @@
 
 /**
  * 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