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
1 changed files with 5 additions and 1 deletions
|
|
@ -56,7 +56,11 @@ void av_destruct_packet_nofree(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);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue