---
 f265/bdi.h  | 9 ---------
 f265/f265.h | 7 +++++++
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/f265/bdi.h b/f265/bdi.h
index 15bdd18..f1013f7 100644
--- a/f265/bdi.h
+++ b/f265/bdi.h
@@ -414,14 +414,6 @@
 // Hadamard matrix dimension.
 #define F265_H_DIM                      8
 
-// Rate control modes.
-
-// Constant QP.
-#define F265_RCM_CQP                    0
-
-// Average bitrate.
-#define F265_RCM_ABR                    1
-
 // Complexity estimation methods.
 
 // No estimation is performed.
@@ -432,7 +424,6 @@
 // can be performed inexpensively in this mode.
 #define F265_EST_METHOD_SUB             1
 
-
 ///////////////////////////////////////////////////////////////////////////////
 // Globals.
 
diff --git a/f265/f265.h b/f265/f265.h
index 419e373..29b4a75 100644
--- a/f265/f265.h
+++ b/f265/f265.h
@@ -66,6 +66,13 @@ extern "C" {
 #define F265_ME_ALGO_XDIA               1
 #define F265_ME_ALGO_HEX                2
 
+// Rate control modes.
+
+// Constant QP.
+#define F265_RCM_CQP                    0
+
+// Average bitrate.
+#define F265_RCM_ABR                    1
 
 ///////////////////////////////////////////////////////////////////////////////
 // Data structures.
-- 
1.9.0

--
To unsubscribe visit http://f265.org
or send a mail to [email protected].

Reply via email to