Browse Source

Doxygenize av_init_packet

Originally committed as revision 9212 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla 18 years ago
parent
commit
05abfce9a9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      libavformat/avformat.h

+ 5
- 1
libavformat/avformat.h View File

@@ -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…
Cancel
Save