[x265] [PATCH] cli: nits. fix typo

aarthi at multicorewareinc.com aarthi at multicorewareinc.com
Wed Aug 13 18:27:00 CEST 2014


# HG changeset patch
# User Aarthi Thirumalai
# Date 1407925380 -19800
#      Wed Aug 13 15:53:00 2014 +0530
# Node ID e13e1da57d203de93d44c0e432b490cad1bf0795
# Parent  64477de05634a7a807fb2be02ad9b2a5d7433c49
cli: nits. fix typo

diff -r 64477de05634 -r e13e1da57d20 doc/reST/cli.rst
--- a/doc/reST/cli.rst	Wed Aug 13 21:54:09 2014 +0530
+++ b/doc/reST/cli.rst	Wed Aug 13 15:53:00 2014 +0530
@@ -833,7 +833,7 @@
 	the consecutive pass tunes the qp of each frame to improve the quality
 	of the output.Default 0(disabled)
 
-	1. First pass, cretes stats file
+	1. First pass, creates stats file
 	2. Last pass, does not overwrite stats file
 	3. Nth pass, overwrites stats file
 
diff -r 64477de05634 -r e13e1da57d20 source/x265.cpp
--- a/source/x265.cpp	Wed Aug 13 21:54:09 2014 +0530
+++ b/source/x265.cpp	Wed Aug 13 15:53:00 2014 +0530
@@ -428,7 +428,7 @@
     H0("   --crqpoffs <integer>          Chroma Cr QP Offset. Default %d\n", param->crQpOffset);
     H0("   --stats                       Filename for stats file in multipass pass rate control. Default x265_2pass.log\n");
     H0("   --pass                        Multi pass rate control.\n"
-       "                                   - 1 : First pass, cretes stats file\n"
+       "                                   - 1 : First pass, creates stats file\n"
        "                                   - 2 : Last pass, does not overwrite stats file\n"
        "                                   - 3 : Nth pass, overwrites stats file\n");
     H0("   --[no-]slow-firstpass         Enable a slow first pass in a multipass rate control mode. Default %s\n", OPT(param->rc.bEnableSlowFirstPass));


More information about the x265-devel mailing list