mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec: fix AVpacket → AVPacket typo.
This commit is contained in:
parent
98b9bbb787
commit
2c1eb38e5e
@ -3835,7 +3835,7 @@ int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
|
|||||||
* next call to this function or until closing the decoder. The
|
* next call to this function or until closing the decoder. The
|
||||||
* caller may not write to it.
|
* caller may not write to it.
|
||||||
*
|
*
|
||||||
* @param[in] avpkt The input AVpacket containing the input buffer.
|
* @param[in] avpkt The input AVPacket containing the input buffer.
|
||||||
* You can create such packet with av_init_packet() and by then setting
|
* You can create such packet with av_init_packet() and by then setting
|
||||||
* data and size, some decoders might in addition need other fields like
|
* data and size, some decoders might in addition need other fields like
|
||||||
* flags&AV_PKT_FLAG_KEY. All decoders are designed to use the least
|
* flags&AV_PKT_FLAG_KEY. All decoders are designed to use the least
|
||||||
|
Loading…
Reference in New Issue
Block a user