]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
small spelling/grammar fixes
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 2 Mar 2009 05:41:55 +0000 (05:41 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 2 Mar 2009 05:41:55 +0000 (05:41 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17718 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/imgresample.c
libavcodec/mpegvideo.h

index e2b258d4bb9082e30a5ed7276243481c985b6522..b332d07719d431d786efee442ef6ce509dd20f24 100644 (file)
@@ -575,7 +575,7 @@ void sws_freeContext(struct SwsContext *ctx)
  * Otherwise, frees context and gets a new one.
  *
  * Be warned that srcFilter, dstFilter are not checked, they are
- * asumed to remain valid.
+ * assumed to remain valid.
  */
 struct SwsContext *sws_getCachedContext(struct SwsContext *ctx,
                         int srcW, int srcH, int srcFormat,
index 0f099759dc03c2a6a13939633635a8abfe86fd90..5620f1edab3a3c0e433a9c2ac9f917076e44ea8c 100644 (file)
@@ -600,7 +600,7 @@ typedef struct MpegEncContext {
     int broken_link;         ///< no_output_of_prior_pics_flag
     uint8_t *vbv_delay_ptr;  ///< pointer to vbv_delay in the bitstream
 
-    /* MPEG2 specific - I wish I had not to support this mess. */
+    /* MPEG-2-specific - I wished not to have to support this mess. */
     int progressive_sequence;
     int mpeg_f_code[2][2];
     int picture_structure;
@@ -635,7 +635,7 @@ typedef struct MpegEncContext {
     int rtp_mode;
 
     uint8_t *ptr_lastgob;
-    int swap_uv;//vcr2 codec is mpeg2 varint with UV swaped
+    int swap_uv;             //vcr2 codec is an MPEG-2 variant with U and V swapped
     DCTELEM (*pblocks[12])[64];
 
     DCTELEM (*block)[64]; ///< points to one of the following blocks