changeset 2521:d3885f927bc7 libavcodec

-strict -1 comment fix
author michael
date Thu, 24 Feb 2005 16:39:03 +0000
parents 047f7bad4cbb
children e25782262d7d
files ffv1.c huffyuv.c snow.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ffv1.c	Thu Feb 24 15:18:02 2005 +0000
+++ b/ffv1.c	Thu Feb 24 16:39:03 2005 +0000
@@ -552,7 +552,7 @@
 
     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"
-               "use vstrict=-1 to use it anyway\n");
+               "use vstrict=-1 / -strict -1 to use it anyway\n");
         return -1;
     }
         
--- a/huffyuv.c	Thu Feb 24 15:18:02 2005 +0000
+++ b/huffyuv.c	Thu Feb 24 16:39:03 2005 +0000
@@ -542,7 +542,7 @@
         if(s->interlaced != ( s->height > 288 ))
             av_log(avctx, AV_LOG_INFO, "using huffyuv 2.2.0 or newer interlacing flag\n");
     }else if(avctx->strict_std_compliance>=0){
-        av_log(avctx, AV_LOG_ERROR, "This codec is under development; files encoded with it may not be decodeable with future versions!!! Set vstrict=-1 to use it anyway.\n");
+        av_log(avctx, AV_LOG_ERROR, "This codec is under development; files encoded with it may not be decodeable with future versions!!! Set vstrict=-1 / -strict -1 to use it anyway.\n");
         return -1;
     }
     
--- a/snow.c	Thu Feb 24 15:18:02 2005 +0000
+++ b/snow.c	Thu Feb 24 16:39:03 2005 +0000
@@ -2628,7 +2628,7 @@
 
     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"
-               "use vstrict=-1 to use it anyway\n");
+               "use vstrict=-1 / -strict -1 to use it anyway\n");
         return -1;
     }