[x265] [PATCH 3 of 3] encoder: re-enable --cu-lossless

Steve Borho steve at borho.org
Tue Aug 26 00:17:35 CEST 2014


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1409004465 18000
#      Mon Aug 25 17:07:45 2014 -0500
# Node ID 3aa688b03a0b71af6dfde9feb6b0d83178388fd1
# Parent  7e5709385119bb636abd2d198e40a243f1c2491f
encoder: re-enable --cu-lossless

diff -r 7e5709385119 -r 3aa688b03a0b source/encoder/encoder.cpp
--- a/source/encoder/encoder.cpp	Mon Aug 25 16:41:36 2014 -0500
+++ b/source/encoder/encoder.cpp	Mon Aug 25 17:07:45 2014 -0500
@@ -1244,11 +1244,6 @@
     {
         x265_log(p, X265_LOG_INFO, "Warning: picture-based SAO used with frame parallelism\n");
     }
-    if (p->bCULossless)
-    {
-        x265_log(p, X265_LOG_WARNING, "CU-Lossless is disabled in this release of x265\n");
-        p->bCULossless = 0;
-    }
 
     if (p->keyframeMax < 0)
     {


More information about the x265-devel mailing list