1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Remove useless and outright wrong chatter from avcodec_encode_video().

Originally committed as revision 18705 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2009-04-27 12:41:41 +00:00
parent aa04b9204e
commit 859f9c0b47

View 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