All pastes #1896488 Raw Edit

Someone

public text v1 · immutable
#1896488 ·published 2010-07-08 05:34 UTC
rendered paste body
Index: libs/libmythbdnav/bluray.c
===================================================================
--- libs/libmythbdnav/bluray.c	(revision 25285)
+++ libs/libmythbdnav/bluray.c	(working copy)
@@ -487,7 +487,7 @@
         bd->clip = nav_set_angle(bd->title, bd->clip, bd->request_angle);
         bd->seamless_angle_change = 0;
     }
-    if (tick < bd->title->duration) {
+    if (tick < bd->title->duration * 2) {
         tick /= 2;
 
         // Find the closest access unit to the requested position