changeset 1427:3a6d613c88d8 libavcodec

spelling fix
author bellard
date Thu, 28 Aug 2003 13:30:03 +0000
parents b0f89a7855aa
children aece5836c588
files apiexample.c h263dec.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 
  */
 
--- 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;