# HG changeset patch # User bellard # Date 1062077403 0 # Node ID 3a6d613c88d88d947d474f47ef13337f2eac434a # Parent b0f89a7855aa5f8e914d3feb047dc44db5336bc4 spelling fix diff -r b0f89a7855aa -r 3a6d613c88d8 apiexample.c --- a/apiexample.c Tue Aug 26 22:26:18 2003 +0000 +++ b/apiexample.c Thu Aug 28 13:30:03 2003 +0000 @@ -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 -r b0f89a7855aa -r 3a6d613c88d8 h263dec.c --- a/h263dec.c Tue Aug 26 22:26:18 2003 +0000 +++ b/h263dec.c Thu Aug 28 13:30:03 2003 +0000 @@ -165,7 +165,7 @@ 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;