[FFmpeg-cvslog] r9221 - in trunk: libavcodec/png.c libavformat/avformat.h
diego
subversion
Tue Jun 5 01:07:27 CEST 2007
Author: diego
Date: Tue Jun 5 01:07:27 2007
New Revision: 9221
Log:
spelling
Modified:
trunk/libavcodec/png.c
trunk/libavformat/avformat.h
Modified: trunk/libavcodec/png.c
==============================================================================
--- trunk/libavcodec/png.c (original)
+++ trunk/libavcodec/png.c Tue Jun 5 01:07:27 2007
@@ -180,7 +180,7 @@ static void png_put_interlaced_row(uint8
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;
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h (original)
+++ trunk/libavformat/avformat.h Tue Jun 5 01:07:27 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list