mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
Doxygenize av_init_packet
Originally committed as revision 9212 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
659596f002
commit
05abfce9a9
@ -56,7 +56,11 @@ void av_destruct_packet_nofree(AVPacket *pkt);
|
|||||||
*/
|
*/
|
||||||
void av_destruct_packet(AVPacket *pkt);
|
void av_destruct_packet(AVPacket *pkt);
|
||||||
|
|
||||||
/* initialize optional fields of a packet */
|
/**
|
||||||
|
* Initialize optional fields of a packet to default values.
|
||||||
|
*
|
||||||
|
* @param pkt packet
|
||||||
|
*/
|
||||||
void av_init_packet(AVPacket *pkt);
|
void av_init_packet(AVPacket *pkt);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user