Typo in x265.cpp

Issue #70 resolved
djcj created an issue

I found a typo in x265.cpp:

--- a/source/x265.cpp
+++ b/source/x265.cpp
@@ -425,7 +425,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));

Comments (1)

  1. Log in to comment