diff ffv1.c @ 2628:511e3afc43e1 libavcodec

Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
author melanson
date Sun, 24 Apr 2005 17:21:11 +0000
parents d3885f927bc7
children d1609cfeb1d0
line wrap: on
line diff
--- a/ffv1.c	Sun Apr 24 11:13:49 2005 +0000
+++ b/ffv1.c	Sun Apr 24 17:21:11 2005 +0000
@@ -551,7 +551,7 @@
     int i;
 
     if(avctx->strict_std_compliance >= 0){
-        av_log(avctx, AV_LOG_ERROR, "this codec is under development, files encoded with it wont be decodeable with future versions!!!\n"
+        av_log(avctx, AV_LOG_ERROR, "this codec is under development, files encoded with it may not be decodeable with future versions!!!\n"
                "use vstrict=-1 / -strict -1 to use it anyway\n");
         return -1;
     }