diff mpegvideo.c @ 6497:e44443c512b1 libavcodec

typo fixes
author diego
date Sat, 15 Mar 2008 16:15:47 +0000
parents 493dc59d469a
children 34717463c154
line wrap: on
line diff
--- a/mpegvideo.c	Sat Mar 15 12:28:35 2008 +0000
+++ b/mpegvideo.c	Sat Mar 15 16:15:47 2008 +0000
@@ -862,7 +862,7 @@
         }
 
         if(s->current_picture_ptr && s->current_picture_ptr->data[0]==NULL)
-            pic= (AVFrame*)s->current_picture_ptr; //we allready have a unused image (maybe it was set before reading the header)
+            pic= (AVFrame*)s->current_picture_ptr; //we already have a unused image (maybe it was set before reading the header)
         else{
             i= ff_find_unused_picture(s, 0);
             pic= (AVFrame*)&s->picture[i];