[x264-devel] Fix typo in help
Jason Garrett-Glaser
git at videolan.org
Wed Aug 24 22:40:15 CEST 2011
x264 | branch: master | Jason Garrett-Glaser <jason at x264.com> | Wed Aug 10 00:17:26 2011 -0700| [317d883819667eac3b2268cfb313ff177ffa7131] | committer: Jason Garrett-Glaser
Fix typo in help
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=317d883819667eac3b2268cfb313ff177ffa7131
---
encoder/ratecontrol.c | 2 +-
filters/video/resize.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/encoder/ratecontrol.c b/encoder/ratecontrol.c
index 2d1f8be..f83e22e 100644
--- a/encoder/ratecontrol.c
+++ b/encoder/ratecontrol.c
@@ -784,7 +784,7 @@ int x264_ratecontrol_new( x264_t *h )
CMP_OPT_FIRST_PASS( "intra_refresh", h->param.b_intra_refresh );
CMP_OPT_FIRST_PASS( "open_gop", h->param.b_open_gop );
CMP_OPT_FIRST_PASS( "bluray_compat", h->param.b_bluray_compat );
-
+
if( (p = strstr( opts, "interlaced=" )) )
{
char *current = h->param.b_interlaced ? h->param.b_tff ? "tff" : "bff" : h->param.b_fake_interlaced ? "fake" : "0";
diff --git a/filters/video/resize.c b/filters/video/resize.c
index daed2d6..68a6df0 100644
--- a/filters/video/resize.c
+++ b/filters/video/resize.c
@@ -79,7 +79,7 @@ static void help( int longhelp )
" - resolution only: resizes and adapts sar to avoid stretching\n"
" - sar only: sets the sar and resizes to avoid stretching\n"
" - resolution and sar: resizes to given resolution and sets the sar\n"
- " - fittobox: resizes the video based on the desired contraints\n"
+ " - fittobox: resizes the video based on the desired constraints\n"
" - width, height, both\n"
" - fittobox and sar: same as above except with specified sar\n"
" - csp: convert to the given csp. syntax: [name][:depth]\n"
More information about the x264-devel
mailing list