diff snow.c @ 2521:d3885f927bc7 libavcodec

-strict -1 comment fix
author michael
date Thu, 24 Feb 2005 16:39:03 +0000
parents f67b63ed036d
children d0a58dca5ad2
line wrap: on
line diff
--- 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;
     }