Mercurial > libavformat.hg
diff avformat.h @ 2148:5efd0362497c libavformat
spelling
| author | diego |
|---|---|
| date | Mon, 04 Jun 2007 23:07:27 +0000 |
| parents | 7062131d854f |
| children | 6c0176688fae |
line wrap: on
line diff
--- a/avformat.h Mon Jun 04 22:35:16 2007 +0000 +++ b/avformat.h Mon Jun 04 23:07:27 2007 +0000 @@ -64,7 +64,7 @@ void av_init_packet(AVPacket *pkt); /** - * Allocate the payload of a packet and intialize its fields to default values. + * Allocate the payload of a packet and initialize its fields to default values. * * @param pkt packet * @param size wanted payload size @@ -73,7 +73,7 @@ int av_new_packet(AVPacket *pkt, int size); /** - * Allocate and read the payload of a packet and intialize its fields to default values. + * Allocate and read the payload of a packet and initialize its fields to default values. * * @param pkt packet * @param size wanted payload size
