]> git.sesse.net Git - ffmpeg/commitdiff
spelling
authorDiego Biurrun <diego@biurrun.de>
Mon, 4 Jun 2007 23:07:27 +0000 (23:07 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 4 Jun 2007 23:07:27 +0000 (23:07 +0000)
Originally committed as revision 9221 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/png.c
libavformat/avformat.h

index 5e30f42ad16918ce841d03daa82b7a657e912a34..5f9b1cdccd7674b8f170eb8e80b860fe778e4c5f 100644 (file)
@@ -180,7 +180,7 @@ static void png_put_interlaced_row(uint8_t *dst, int width,
     dsp_mask = png_pass_dsp_mask[pass];
     switch(bits_per_pixel) {
     case 1:
-        /* we must intialize the line to zero before writing to it */
+        /* we must initialize the line to zero before writing to it */
         if (pass == 0)
             memset(dst, 0, (width + 7) >> 3);
         src_x = 0;
index 3faf6b61467df6a6dfbc0f44888a8f6378d3eff9..fa9be314e4cb031a9b5b5029d9aa9b1140e8e693 100644 (file)
@@ -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