summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-04-27 12:41:41 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-04-27 12:41:41 +0000
commit859f9c0b47c1c6f043629d248b69807fac9e506f (patch)
tree34612562fce3889eebb5e2a82b42afae8632d9ab
parentaa04b9204e4c3b36deb655571f3c12e0123ce9c7 (diff)
Remove useless and outright wrong chatter from avcodec_encode_video().
Originally committed as revision 18705 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/avcodec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e8887c40dc..64e09bb162 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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