[x265] [PATCH 3 of 5] lowres: group fields by type, remove trailing white-space
Steve Borho
steve at borho.org
Thu Sep 19 04:04:27 CEST 2013
# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1379556186 18000
# Wed Sep 18 21:03:06 2013 -0500
# Node ID b083a1ffdbfdc92621e40b7413a26a16a5819f61
# Parent 26c1e061968785bf46740b80f6fb3a7232712454
lowres: group fields by type, remove trailing white-space
diff -r 26c1e0619687 -r b083a1ffdbfd source/common/lowres.h
--- a/source/common/lowres.h Wed Sep 18 19:43:48 2013 -0500
+++ b/source/common/lowres.h Wed Sep 18 21:03:06 2013 -0500
@@ -46,11 +46,11 @@
pixel *buffer[4];
int width; // width of lowres frame in pixels
int lines; // height of lowres frame in pixel lines
+ int frameNum; // Presentation frame number
+ int sliceType; // Slice type decided by lookahead
+
bool bIntraCalculated;
- int frameNum; // Presentation frame number
- bool bScenecut; // Set to false if the frame cannot possibly be part of a real scenecut.
-
- int sliceType; // Slice type decided by lookahead
+ bool bScenecut; // Set to false if the frame cannot possibly be part of a real scenecut.
bool bKeyframe;
/* lookahead output data */
More information about the x265-devel
mailing list