From 53513831da58cae7603dc01270c1cf8e4252eba0 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 24 Feb 2005 16:39:03 +0000 Subject: -strict -1 comment fix Originally committed as revision 3976 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/snow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/snow.c') diff --git a/libavcodec/snow.c b/libavcodec/snow.c index 3566b72fba..fe4e4c0f70 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -2628,7 +2628,7 @@ static int encode_init(AVCodecContext *avctx) 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; } -- cgit v1.2.3