[x265] [PATCH] x265.h, data declaration alignment

praveen at multicorewareinc.com praveen at multicorewareinc.com
Tue Jun 3 10:32:38 CEST 2014


# HG changeset patch
# User Praveen Tiwari
# Date 1401784326 -19800
# Node ID 3290ebc78f6f52d86191de5051c25611420b85e3
# Parent  6c9f9d75585439ccdfe9f8253ecfe52ad945461a
x265.h, data declaration alignment

diff -r 6c9f9d755854 -r 3290ebc78f6f source/x265.h
--- a/source/x265.h	Tue Jun 03 13:36:12 2014 +0530
+++ b/source/x265.h	Tue Jun 03 14:02:06 2014 +0530
@@ -592,7 +592,7 @@
     /* Psycho-visual rate-distortion strength. Only has an effect in presets
      * which use RDO. It makes mode decision favor options which preserve the
      * energy of the source, at the cost of lost compression. Default 0.0 */
-    double     psyRd;
+    double    psyRd;
 
     /*== Coding tools ==*/
 
@@ -663,12 +663,12 @@
     /* The lossless flag enables true lossless coding, by bypassing scaling, transform,
      * quantization and in-loop filter processes. This is used for ultra-high bitrates with
      * zero loss of quality. */
-    int bLossless;
+    int       bLossless;
 
     /* The CU Lossless flag, when enabled, compares the rate-distortion costs for normal
      * and lossless encoding, and chooses the best mode for each CU. If lossless mode is
      * chosen, the cu-transquant-bypass flag is set for that CU. */
-    int bCULossless;
+    int       bCULossless;
 
     /*== Rate Control ==*/
 


More information about the x265-devel mailing list