summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-02 05:41:55 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-02 05:41:55 +0000
commit7eb2d654a276098b7b054f2f6099a88faf196bfb (patch)
tree8c2375c85edd9507d209c53f2e4c23d16706216d
parent326b554ccf85fa99636f5be8fd7a22c08ef4c647 (diff)
small spelling/grammar fixes
Originally committed as revision 17718 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/imgresample.c2
-rw-r--r--libavcodec/mpegvideo.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c
index e2b258d4bb..b332d07719 100644
--- a/libavcodec/imgresample.c
+++ b/libavcodec/imgresample.c
@@ -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,
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 0f099759dc..5620f1edab 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -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