Browse Source

Remove redundant chatter from avcodec_encode_audio()

Originally committed as revision 18704 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 16 years ago
parent
commit
aa04b9204e
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/avcodec.h

+ 0
- 4
libavcodec/avcodec.h View File

@@ -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


Loading…
Cancel
Save