Commit 7cb4f8c9 authored by James Almer's avatar James Almer

avcodec: remove reference to AVPacket's destruct field

The field was removed years ago.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent ac22835d
......@@ -4418,7 +4418,7 @@ int av_grow_packet(AVPacket *pkt, int grow_by);
* Initialize a reference-counted packet from av_malloc()ed data.
*
* @param pkt packet to be initialized. This function will set the data, size,
* buf and destruct fields, all others are left untouched.
* and buf fields, all others are left untouched.
* @param data Data allocated by av_malloc() to be used as packet data. If this
* function returns successfully, the data is owned by the underlying AVBuffer.
* The caller may not access the data through other means.
......
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