summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-04 23:07:27 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-04 23:07:27 +0000
commitac3967c1ce6726c65747b83a8198b3416e85deda (patch)
tree4bf4aa41db906911306dddeb47d5e0a247947032 /libavformat/avformat.h
parent8d75b5a2fb966673a5f08339e159096220abaf98 (diff)
spelling
Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3faf6b6146..fa9be314e4 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -64,7 +64,7 @@ void av_destruct_packet(AVPacket *pkt);
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 @@ void av_init_packet(AVPacket *pkt);
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