[libbluray-devel] commit: _play_at(): moved trace (hpi1 )
git at videolan.org
git at videolan.org
Thu Oct 14 17:24:10 CEST 2010
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Oct 14 18:23:52 2010 +0300| [726db79f20839807b70b1f2f3f5a6e37aa15bd7c] | committer: hpi1
_play_at(): moved trace
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=726db79f20839807b70b1f2f3f5a6e37aa15bd7c
---
src/libbluray/hdmv/hdmv_vm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/libbluray/hdmv/hdmv_vm.c b/src/libbluray/hdmv/hdmv_vm.c
index 2bce454..cfd3f6c 100644
--- a/src/libbluray/hdmv/hdmv_vm.c
+++ b/src/libbluray/hdmv/hdmv_vm.c
@@ -390,6 +390,9 @@ static int _play_at(HDMV_VM *p, int playlist, int playitem, int playmark)
return -1;
}
+ DEBUG(DBG_HDMV, "play_at(list %d, item %d, mark %d)\n",
+ playlist, playitem, playmark);
+
if (playlist >= 0) {
_queue_event(p, HDMV_EVENT_PLAY_PL, playlist);
}
@@ -402,9 +405,6 @@ static int _play_at(HDMV_VM *p, int playlist, int playitem, int playmark)
_queue_event(p, HDMV_EVENT_PLAY_PM, playmark);
}
- DEBUG(DBG_HDMV, "play_at(list %d, item %d, mark %d)\n",
- playlist, playitem, playmark);
-
return 0;
}
More information about the libbluray-devel
mailing list