[x265] [PATCH] Update CLI help for deprected flags pmode and pme

Uthayakumar Muthu uthayakumar.muthu at multicorewareinc.com
Tue Jan 7 11:47:57 UTC 2025


>From f7a7bb04ab91b50749d7a984dd43b2ecc00d1940 Mon Sep 17 00:00:00 2001
From: Uthayakumar Muthu <uthayakumar.muthu at multicorewareinc.com>
Date: Mon, 9 Dec 2024 15:26:19 +0530
Subject: [PATCH] Update CLI help for deprected flags pmode and pme

---
 source/x265cli.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/x265cli.cpp b/source/x265cli.cpp
index 6ca6fb4..580a33a 100755
--- a/source/x265cli.cpp
+++ b/source/x265cli.cpp
@@ -103,8 +103,8 @@ namespace X265_NS {
         H0("-F/--frame-threads <integer>     Number of concurrently encoded frames. 0: auto-determined by core count\n");
         H0("   --[no-]wpp                    Enable Wavefront Parallel Processing. Default %s\n", OPT(param->bEnableWavefront));
         H0("   --[no-]slices <integer>       Enable Multiple Slices feature. Default %d\n", param->maxSlices);
-        H0("   --[no-]pmode                  Parallel mode analysis. Default %s\n", OPT(param->bDistributeModeAnalysis));
-        H0("   --[no-]pme                    Parallel motion estimation. Default %s\n", OPT(param->bDistributeMotionEstimation));
+        H0("   --[no-]pmode                  Parallel mode analysis. Deprecated from release 4.1. Default %s\n", OPT(param->bDistributeModeAnalysis));
+        H0("   --[no-]pme                    Parallel motion estimation. Deprecated from release 4.1. Default %s\n", OPT(param->bDistributeMotionEstimation));
         H0("   --[no-]asm <bool|int|string>  Override CPU detection. Default: auto\n");
         H0("\nPresets:\n");
         H0("-p/--preset <string>             Trade off performance for compression efficiency. Default medium\n");
--
1.8.3.1


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20250107/d74a57b2/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Update-CLI-help-for-deprected-flags-pmode-and-pme.patch
Type: application/octet-stream
Size: 1675 bytes
Desc: 0001-Update-CLI-help-for-deprected-flags-pmode-and-pme.patch
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20250107/d74a57b2/attachment-0001.obj>


More information about the x265-devel mailing list