[libbluray-devel] HDMV: page UO mask is effective during out_effects

hpi1 git at videolan.org
Wed Apr 22 12:44:13 CEST 2015


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Apr 22 12:53:46 2015 +0300| [30f1538ee785f11fd800538a8a144e0f3426c935] | committer: hpi1

HDMV: page UO mask is effective during out_effects

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

 src/libbluray/decoders/graphics_controller.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libbluray/decoders/graphics_controller.c b/src/libbluray/decoders/graphics_controller.c
index 056edf4..d5e69d8 100644
--- a/src/libbluray/decoders/graphics_controller.c
+++ b/src/libbluray/decoders/graphics_controller.c
@@ -2055,7 +2055,7 @@ int gc_run(GRAPHICS_CONTROLLER *gc, gc_ctrl_e ctrl, uint32_t param, GC_NAV_CMDS
             }
         }
 
-        if (gc->ig_open && !gc->out_effects) {
+        if (gc->ig_open) {
             cmds->page_uo_mask = gc->page_uo_mask;
         }
     }



More information about the libbluray-devel mailing list