[libbluray-devel] [Git][videolan/libbluray][master] _find_ig_stream(): Check for NULL title (ex. title open failed)

Petri Hintukainen gitlab at videolan.org
Tue Feb 12 08:08:31 CET 2019


Petri Hintukainen pushed to branch master at VideoLAN / libbluray


Commits:
564358ed by hpi1 at 2019-02-12T07:05:03Z
_find_ig_stream(): Check for NULL title (ex. title open failed)

- - - - -


1 changed file:

- src/libbluray/bluray.c


Changes:

=====================================
src/libbluray/bluray.c
=====================================
@@ -2244,7 +2244,7 @@ static int _init_ig_stream(BLURAY *bd)
 
     bd->st0.ig_pid = 0;
 
-    if (!bd->graphics_controller) {
+    if (!bd->title || !bd->graphics_controller) {
         return 0;
     }
 



View it on GitLab: https://code.videolan.org/videolan/libbluray/commit/564358edafd091d6953195f0d3b36b14cf5061df

-- 
View it on GitLab: https://code.videolan.org/videolan/libbluray/commit/564358edafd091d6953195f0d3b36b14cf5061df
You're receiving this email because of your account on code.videolan.org.


More information about the libbluray-devel mailing list