[libbluray-devel] Move register count to registers.h

hpi1 git at videolan.org
Sun Apr 19 16:34:13 CEST 2015


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Sun Dec  7 16:45:59 2014 +0200| [c8102e91b5c2abb085277b5ca6197e97c05b5c89] | committer: hpi1

Move register count to registers.h

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=c8102e91b5c2abb085277b5ca6197e97c05b5c89
---

 src/libbluray/register.c |    3 ---
 src/libbluray/register.h |    4 ++++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/libbluray/register.c b/src/libbluray/register.c
index fcbf448..964933e 100644
--- a/src/libbluray/register.c
+++ b/src/libbluray/register.c
@@ -29,9 +29,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#define BD_PSR_COUNT 128
-#define BD_GPR_COUNT 4096
-
 /*
  * Initial values for player status/setting registers (5.8.2).
  *
diff --git a/src/libbluray/register.h b/src/libbluray/register.h
index 3293385..3e564ff 100644
--- a/src/libbluray/register.h
+++ b/src/libbluray/register.h
@@ -24,6 +24,10 @@
 
 #include <stdint.h>
 
+
+#define BD_PSR_COUNT 128
+#define BD_GPR_COUNT 4096
+
 /*
  * Player Status Registers
  */



More information about the libbluray-devel mailing list