summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-02-24 16:39:03 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-24 16:39:03 +0000
commit53513831da58cae7603dc01270c1cf8e4252eba0 (patch)
tree43831cb1b4d2508ade8798cca418fb9d08234ee8 /libavcodec/snow.c
parent5c5dea3f0c495e371faa2962cde83dc187bdf2e4 (diff)
-strict -1 comment fix
Originally committed as revision 3976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r--libavcodec/snow.c2
1 files changed, 1 insertions, 1 deletions
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;
}