Commit c6c2e714 authored by michael's avatar michael

Remove redundant chatter from avcodec_encode_audio()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18704 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e087440c
......@@ -3188,10 +3188,6 @@ int avcodec_parse_frame(AVCodecContext *avctx, uint8_t **pdata,
/**
* Encodes an audio frame from \p samples into \p buf.
* The avcodec_encode_audio() function encodes an audio frame from the input
* buffer \p samples. To encode it, it makes use of the audio codec which was
* coupled with \p avctx using avcodec_open(). The resulting encoded frame is
* stored in output buffer \p buf.
*
* @note The output buffer should be at least \c FF_MIN_BUFFER_SIZE bytes large.
* However, for PCM audio the user will know how much space is needed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment