[libbluray-devel] cosmetics

hpi1 git at videolan.org
Mon Apr 6 16:38:31 CEST 2015


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Apr  6 15:36:10 2015 +0300| [80223268fbf1cedc8da464926a0a3f7dc3d5ec1d] | committer: hpi1

cosmetics

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

 src/libbluray/bluray.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/libbluray/bluray.c b/src/libbluray/bluray.c
index 3986ece..8763d17 100644
--- a/src/libbluray/bluray.c
+++ b/src/libbluray/bluray.c
@@ -2818,11 +2818,11 @@ static void _process_psr_change_event(BLURAY *bd, BD_PSR_EVENT *ev)
 
             bd_mutex_lock(&bd->mutex);
             if (bd->st0.clip) {
-            _init_pg_stream(bd);
-            if (bd->st_textst.clip) {
-                BD_DEBUG(DBG_BLURAY | DBG_CRIT, "Changing TextST stream\n");
-                _preload_textst_subpath(bd);
-            }
+                _init_pg_stream(bd);
+                if (bd->st_textst.clip) {
+                    BD_DEBUG(DBG_BLURAY | DBG_CRIT, "Changing TextST stream\n");
+                    _preload_textst_subpath(bd);
+                }
             }
             bd_mutex_unlock(&bd->mutex);
 



More information about the libbluray-devel mailing list