diff mpegvideo.c @ 4525:5af00e83f439 libavcodec

Spelling fix
author mbardiaux
date Thu, 15 Feb 2007 12:57:20 +0000
parents 1d273628b4cb
children a96d905dcbaa
line wrap: on
line diff
--- a/mpegvideo.c	Wed Feb 14 23:33:16 2007 +0000
+++ b/mpegvideo.c	Thu Feb 15 12:57:20 2007 +0000
@@ -182,7 +182,7 @@
         }
     }
     if(shift){
-        av_log(NULL, AV_LOG_INFO, "Warning, QMAT_SHIFT is larger then %d, overflows possible\n", QMAT_SHIFT - shift);
+        av_log(NULL, AV_LOG_INFO, "Warning, QMAT_SHIFT is larger than %d, overflows possible\n", QMAT_SHIFT - shift);
     }
 }