From 0f26033b7a2844ee33522f5f436e7f282f297166 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Wed, 10 Dec 2003 17:07:11 +0000 Subject: [PATCH] update -interlace help Originally committed as revision 2594 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 5b8435fa4c..65ebc6482e 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2888,7 +2888,7 @@ const OptionDef options[] = { { "deinterlace", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&do_deinterlace}, "deinterlace pictures" }, { "interlace", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&do_interlace}, - "force interlacing support in encoder (MPEG4)" }, + "force interlacing support in encoder (MPEG2/MPEG4)" }, { "psnr", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&do_psnr}, "calculate PSNR of compressed frames" }, { "vstats", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&do_vstats}, "dump video coding statistics to file" }, { "vhook", HAS_ARG | OPT_EXPERT | OPT_VIDEO, {(void*)add_frame_hooker}, "insert video processing module", "module" },