Commit 15e36359 authored by ramiro's avatar ramiro

Doxygenize av_init_packet

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9212 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a3436ee3
......@@ -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);
/**
......
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