]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Remove useless and outright wrong chatter from avcodec_encode_video().
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 27 Apr 2009 12:41:41 +0000 (12:41 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 27 Apr 2009 12:41:41 +0000 (12:41 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18705 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/avcodec.h

index e8887c40dc6f4b62b31df7ca8952d3f11cd0341e..64e09bb162bf66f0f174408b528918b345c6e014 100644 (file)
@@ -3210,10 +3210,7 @@ int avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size,
 
 /**
  * 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