[x265] [PATCH] Display also version info during encoding instead of primitives setup.

Kurtnoise kurtnoise at free.fr
Wed Oct 30 18:41:15 CET 2013


Hi,

It might be usefull for some people...

Regards,
Kurtnoise

# HG changeset patch
# User Kurtnoise <kurtnoise at free.fr>
# Date 1383154471 -3600
#      Wed Oct 30 18:34:31 2013 +0100
# Node ID 4466212c88fcfc29da185152cef6adb407af12ea
# Parent  77db80a67f4e55f22bc02ed02930a269bfac6b50
Display also version info during encoding instead of primitives setup.

diff -r 77db80a67f4e -r 4466212c88fc source/x265.cpp
--- a/source/x265.cpp    Wed Oct 30 15:16:59 2013 +0530
+++ b/source/x265.cpp    Wed Oct 30 18:34:31 2013 +0100
@@ -516,7 +516,7 @@
          return true;
      }

-    x265_setup_primitives(param, cpuid);
+    printVersion(param);

      return false;
  }



More information about the x265-devel mailing list