[libbluray-devel] Rename uo mask flag "still" to more correct "still_off"

hpi1 git at videolan.org
Wed Jul 2 14:38:29 CEST 2014


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Jul  2 14:19:46 2014 +0300| [b359d759b5d6aaba8c741f2ffe63d0c9e3821c83] | committer: hpi1

Rename uo mask flag "still" to more correct "still_off"

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

 src/libbluray/bdnav/mpls_parse.c    |    2 +-
 src/libbluray/bdnav/uo_mask_table.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libbluray/bdnav/mpls_parse.c b/src/libbluray/bdnav/mpls_parse.c
index 80f7f51..715dcfa 100644
--- a/src/libbluray/bdnav/mpls_parse.c
+++ b/src/libbluray/bdnav/mpls_parse.c
@@ -64,7 +64,7 @@ mpls_parse_uo(uint8_t *buf, BD_UO_MASK *uo)
     uo->stop                            = bb_read(&bb, 1);
     uo->pause_on                        = bb_read(&bb, 1);
     uo->pause_off                       = bb_read(&bb, 1);
-    uo->still                           = bb_read(&bb, 1);
+    uo->still_off                       = bb_read(&bb, 1);
     uo->forward                         = bb_read(&bb, 1);
     uo->backward                        = bb_read(&bb, 1);
     uo->resume                          = bb_read(&bb, 1);
diff --git a/src/libbluray/bdnav/uo_mask_table.h b/src/libbluray/bdnav/uo_mask_table.h
index 38d33e0..bfd210e 100644
--- a/src/libbluray/bdnav/uo_mask_table.h
+++ b/src/libbluray/bdnav/uo_mask_table.h
@@ -34,7 +34,7 @@ typedef struct bd_uo_mask_table_s
     unsigned int stop : 1;
     unsigned int pause_on : 1;
     unsigned int pause_off : 1;
-    unsigned int still : 1;
+    unsigned int still_off : 1;
     unsigned int forward : 1;
     unsigned int backward : 1;
     unsigned int resume : 1;



More information about the libbluray-devel mailing list