From d99ce8d7dea2527274d1db363329aa6077559361 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Thu, 28 Aug 2003 13:30:03 +0000 Subject: [PATCH] spelling fix Originally committed as revision 2172 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/apiexample.c | 2 +- libavcodec/h263dec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/apiexample.c b/libavcodec/apiexample.c index 10afd42686..dd4d6dfd4d 100644 --- a/libavcodec/apiexample.c +++ b/libavcodec/apiexample.c @@ -3,7 +3,7 @@ * avcodec API use example. * * Note that this library only handles codecs (mpeg, mpeg4, etc...), - * not file formats (avi, vob, etc...). See library 'libav' for the + * not file formats (avi, vob, etc...). See library 'libavformat' for the * format handling */ diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index fcbfe576d3..35bb0d6211 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -165,7 +165,7 @@ static int decode_slice(MpegEncContext *s){ return -1; } - /* restore variables which where modified */ + /* restore variables which were modified */ s->first_slice_line=1; s->mb_x= s->resync_mb_x; s->mb_y= s->resync_mb_y;