# HG changeset patch
# User Steve Borho <st...@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)
     {
_______________________________________________
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to