diff mpegvideo_enc.c @ 6486:3f96dc62c4b9 libavcodec

misc spelling fixes
author diego
date Mon, 10 Mar 2008 18:42:09 +0000
parents 493dc59d469a
children e44443c512b1
line wrap: on
line diff
--- a/mpegvideo_enc.c	Mon Mar 10 17:54:24 2008 +0000
+++ b/mpegvideo_enc.c	Mon Mar 10 18:42:09 2008 +0000
@@ -425,7 +425,7 @@
     }
 
     if(s->avctx->scenechange_threshold < 1000000000 && (s->flags & CODEC_FLAG_CLOSED_GOP)){
-        av_log(avctx, AV_LOG_ERROR, "closed gop with scene change detection arent supported yet, set threshold to 1000000000\n");
+        av_log(avctx, AV_LOG_ERROR, "closed gop with scene change detection are not supported yet, set threshold to 1000000000\n");
         return -1;
     }