[libbluray-devel] gc_decode_ts(): do not initialize page. This is required with main path embedded menus.

hpi1 git at videolan.org
Wed Oct 19 14:25:15 CEST 2011


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Oct 19 15:16:43 2011 +0300| [1e8999d68ec766c7af862a10cc1c8dfe86f4e7cd] | committer: hpi1

gc_decode_ts(): do not initialize page. This is required with main path embedded menus.

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

 src/libbluray/decoders/graphics_controller.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/libbluray/decoders/graphics_controller.c b/src/libbluray/decoders/graphics_controller.c
index f775c02..dc40545 100644
--- a/src/libbluray/decoders/graphics_controller.c
+++ b/src/libbluray/decoders/graphics_controller.c
@@ -615,10 +615,6 @@ int gc_decode_ts(GRAPHICS_CONTROLLER *gc, uint16_t pid, uint8_t *block, unsigned
             return 0;
         }
 
-        gc->popup_visible = 0;
-
-        _select_page(gc, 0);
-
         bd_mutex_unlock(&gc->mutex);
 
         return 1;



More information about the libbluray-devel mailing list