diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-12-10 17:07:11 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-12-10 17:07:11 +0000 |
commit | 0f26033b7a2844ee33522f5f436e7f282f297166 (patch) | |
tree | 5e4b0293840b00f072801ad9f9f321205fe77088 | |
parent | 83dddc4a7142db4b5e51c0a33e566a374126759b (diff) | |
download | ffmpeg-0f26033b7a2844ee33522f5f436e7f282f297166.tar.gz |
update -interlace help
Originally committed as revision 2594 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }, |