# HG changeset patch
# User Deepthi Nandakumar <[email protected]>
# Date 1379311811 -19800
# Node ID c1ec5b8a6752529368753c110d626f1c53d90f3e
# Parent 22c4e67c7246cd77968a86e967377e4a18b47b31
RDLevel: Disable RDOQTS when RDO and/or TS are disabled.
diff -r 22c4e67c7246 -r c1ec5b8a6752 source/encoder/encoder.cpp
--- a/source/encoder/encoder.cpp Mon Sep 16 11:34:55 2013 +0530
+++ b/source/encoder/encoder.cpp Mon Sep 16 11:40:11 2013 +0530
@@ -223,6 +223,10 @@
{
_param->bEnableRDOQTS = 1;
}
+ else
+ {
+ _param->bEnableRDOQTS = 0;
+ }
/* Set flags according to RDLevel specified - check_params has
verified that RDLevel is within range */
switch(_param->bRDLevel)
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel