[libbluray-devel] fixed unlocking mutex in bd_skip_still()

hpi1 git at videolan.org
Sat Feb 2 21:02:50 CET 2013


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Sat Feb  2 21:52:07 2013 +0200| [bfb975064eb888dccbd3d3405944b7cdf0a0a409] | committer: hpi1

fixed unlocking mutex in bd_skip_still()

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

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

diff --git a/src/libbluray/bluray.c b/src/libbluray/bluray.c
index 093f198..ff16c38 100644
--- a/src/libbluray/bluray.c
+++ b/src/libbluray/bluray.c
@@ -1761,7 +1761,7 @@ int bd_read_skip_still(BLURAY *bd)
         if (pi->still_mode == BLURAY_STILL_TIME) {
             st->clip = nav_next_clip(bd->title, st->clip);
             if (st->clip) {
-                return _open_m2ts(bd, st);
+                ret = _open_m2ts(bd, st);
             }
         }
     }



More information about the libbluray-devel mailing list