Mercurial > libavformat.hg
changeset 2148:5efd0362497c libavformat
spelling
author | diego |
---|---|
date | Mon, 04 Jun 2007 23:07:27 +0000 |
parents | 020cc5d6d6d7 |
children | d5e89ef58c3b |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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