[libbluray-devel] Fix/clarify comment
hpi1
git at videolan.org
Fri Jun 3 09:57:42 CEST 2016
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Wed Jun 1 11:58:05 2016 +0300| [292ccea7a0ca44d012eb1bf5736dca720901fb48] | committer: hpi1
Fix/clarify comment
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=292ccea7a0ca44d012eb1bf5736dca720901fb48
---
src/libbluray/bdnav/navigation.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libbluray/bdnav/navigation.c b/src/libbluray/bdnav/navigation.c
index 7c91f0b..6bc31c7 100644
--- a/src/libbluray/bdnav/navigation.c
+++ b/src/libbluray/bdnav/navigation.c
@@ -893,7 +893,7 @@ NAV_CLIP* nav_time_search(NAV_TITLE *title, uint32_t tick, uint32_t *clip_pkt, u
}
// Search for random access point closest to the requested time
-// Time is in 45khz ticks relative to the beginning of a specific clip
+// Time is in 45khz ticks, between clip in_time and out_time.
void nav_clip_time_search(NAV_CLIP *clip, uint32_t tick, uint32_t *clip_pkt, uint32_t *out_pkt)
{
if (tick >= clip->out_time) {
More information about the libbluray-devel
mailing list