>So, previous chunk should be something like
>
>-    bd->bdplus = bd->bdplus_init(bd->device_path, keyfile_path,
_libaacs_get_vid(bd) ?: vid);
>+    const char *libaacs_vid = _libaacs_get_vid(bd);
>+    bd->bdplus = bd->bdplus_init(bd->device_path, keyfile_path,
libaacs_vid ? libaacs_vid : vid);

Thanks. Couldn't test since I dont have the dll. Will change together with
other comments

Erik

>- Petri


_______________________________________________
libbluray-devel mailing list
[email protected]
http://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to