]> git.sesse.net Git - x264/commitdiff
Fix typo in help
authorFiona Glaser <fiona@x264.com>
Wed, 10 Aug 2011 07:17:26 +0000 (00:17 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 24 Aug 2011 17:22:20 +0000 (10:22 -0700)
encoder/ratecontrol.c
filters/video/resize.c

index 8f0966753dac4fab2eab889b8b0fa9eb65a3e28b..a64a9997244807c36e738bdd346cd94402aaab48 100644 (file)
@@ -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";
index daed2d656973341fad4618491692d4263b489c97..68a6df02fadb7212a92d5490145a8ee844a4c574 100644 (file)
@@ -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"