# HG changeset patch
# User Min Chen <chenm...@163.com>
# Date 1379582133 -28800
# Node ID 434dc0ee509734c1ee57a7650b2ba02b62c5d8c6
# Parent  26d6f155f8df69147f40f4945d99c29a52988c56
Always active sao-lcu-opt because we broken it after Frame Parallelism

diff -r 26d6f155f8df -r 434dc0ee5097 source/x265opts.h
--- a/source/x265opts.h Wed Sep 18 16:13:33 2013 -0500
+++ b/source/x265opts.h Thu Sep 19 17:15:33 2013 +0800
@@ -91,7 +91,8 @@
 OPT("no-sao",          param->bEnableSAO,                   no_argument, 0, 
"Disable Sample Adaptive Offset")
 OPT("sao",             param->bEnableSAO,                   no_argument, 0, 
"Enable Sample Adaptive Offset")
 OPT("sao-lcu-bounds",  param->saoLcuBoundary,         required_argument, 0, 
"0: right/bottom boundary areas skipped  1: non-deblocked pixels are used")
-OPT("sao-lcu-opt",     param->saoLcuBasedOptimization,required_argument, 0, 
"0: SAO picture-based optimization, 1: SAO LCU-based optimization ")
+// Disabled because Frame Parallelism call processRowPost early, it is broken 
data.
+// OPT("sao-lcu-opt",     param->saoLcuBasedOptimization,required_argument, 0, 
"0: SAO picture-based optimization, 1: SAO LCU-based optimization ")
 
 HELP("SEI options:")
 OPT("hash",            param->decodedPictureHashSEI,  required_argument, 0, 
"Decoded Picture Hash SEI 0: disabled, 1: MD5, 2: CRC, 3: Checksum ")

_______________________________________________
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to