mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Cleanup first paragraph of doxy of avcodec_decode_audio3().
Originally committed as revision 18701 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3784411100
commit
e5776422b4
@ -3078,11 +3078,10 @@ attribute_deprecated int avcodec_decode_audio2(AVCodecContext *avctx, int16_t *s
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Decodes an audio frame from \p avpkt->data into \p samples.
|
* Decodes the audio frame of size avpkt->size from avpkt->data into samples.
|
||||||
* The avcodec_decode_audio3() function decodes an audio frame from the input
|
* Some decoders may support multiple frames in a single AVPacket, such
|
||||||
* buffer \p avpkt->data of size \p avpkt->size. To decode it, it makes use of the
|
* decoders would then just decode the first frame.
|
||||||
* audio codec which was coupled with \p avctx using avcodec_open(). The
|
* If no frame
|
||||||
* resulting decoded frame is stored in output buffer \p samples. If no frame
|
|
||||||
* could be decompressed, \p frame_size_ptr is zero. Otherwise, it is the
|
* could be decompressed, \p frame_size_ptr is zero. Otherwise, it is the
|
||||||
* decompressed frame size in \e bytes.
|
* decompressed frame size in \e bytes.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user