]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
typo fixes
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 17 Jul 2007 12:57:50 +0000 (12:57 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 17 Jul 2007 12:57:50 +0000 (12:57 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9719 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/imgconvert.c
libavcodec/imgconvert_template.h
libavcodec/pngdec.c
libavcodec/resample.c
libavformat/grab.c

index 477a62bf095bef26c588388849f8e153ab398fe4..db8709f6ee0ceb4e42b5b5e587dcb34c48a1cb39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Misc image convertion routines
+ * Misc image conversion routines
  * Copyright (c) 2001, 2002, 2003 Fabrice Bellard.
  *
  * This file is part of FFmpeg.
@@ -21,7 +21,7 @@
 
 /**
  * @file imgconvert.c
- * Misc image convertion routines.
+ * misc image conversion routines
  */
 
 /* TODO:
@@ -1852,7 +1852,7 @@ typedef struct ConvertEntry {
                     const AVPicture *src, int width, int height);
 } ConvertEntry;
 
-/* Add each new convertion function in this table. In order to be able
+/* Add each new conversion function in this table. In order to be able
    to convert from any format to any format, the following constraints
    must be satisfied:
 
index 70c090badd1720f33562fd4dc3c6f1471ca3046d..b5f5cbe77a5e931ca33504324cd848f1cd4729cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Templates for image convertion routines
+ * templates for image conversion routines
  * Copyright (c) 2001, 2002, 2003 Fabrice Bellard.
  *
  * This file is part of FFmpeg.
index 1b7319fe7ee27e2a27aab019f5087a1f6b476cc3..b68ea4db103bb332ee0ecf4b432a95971a55eb09 100644 (file)
@@ -72,7 +72,7 @@ static const uint8_t png_pass_dsp_mask[NB_PASSES] = {
 };
 
 /* NOTE: we try to construct a good looking image at each pass. width
-   is the original image width. We also do pixel format convertion at
+   is the original image width. We also do pixel format conversion at
    this stage */
 static void png_put_interlaced_row(uint8_t *dst, int width,
                                    int bits_per_pixel, int pass,
index ea5c6d61c8ef041ba68b9d59aaa4248a30e622b5..f4d6a0aae71819dfe02005aed7f36908b74d06d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sample rate convertion for both audio and video
+ * samplerate conversion for both audio and video
  * Copyright (c) 2000 Fabrice Bellard.
  *
  * This file is part of FFmpeg.
@@ -21,7 +21,7 @@
 
 /**
  * @file resample.c
- * Sample rate convertion for both audio and video.
+ * samplerate conversion for both audio and video
  */
 
 #include "avcodec.h"
index 3db37482fdb2a576073033395ff50e14a2876b63..5936598e686f5dc28249de900cbb9b07b4abad04 100644 (file)
@@ -212,7 +212,7 @@ static int grab_read_header(AVFormatContext *s1, AVFormatParameters *ap)
             if (aiw_init(s) < 0)
                 goto fail;
             s->aiw_enabled = 1;
-            /* force 420P format because convertion from YUV422 to YUV420P
+            /* force 420P format because conversion from YUV422 to YUV420P
                is done in this driver (ugly) */
             s->frame_format = VIDEO_PALETTE_YUV420P;
         }