Mercurial > libavcodec.hg
changeset 9574:e83504a0f279 libavcodec
Remove redundant chatter from avcodec_encode_audio()
author | michael |
---|---|
date | Mon, 27 Apr 2009 12:39:30 +0000 |
parents | c939417a3a39 |
children | cb2eaa883d4f |
files | avcodec.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Mon Apr 27 12:38:14 2009 +0000 +++ b/avcodec.h Mon Apr 27 12:39:30 2009 +0000 @@ -3188,10 +3188,6 @@ /** * 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