[DVDnav-discuss] [PATCH] "dvdnav_jump_to_sector" as an alternative to "dvdnav_time_search" (REV 6: add mode argument)
gnosygnu
gnosygnu at gmail.com
Thu Apr 26 05:48:41 CEST 2012
This revision features one minor change. It adds a new "mode"
parameter to "dvdnav_jump_to_sector".
As per the included comment:
/* NOTE: Mode is currently unimplemented. Only 0 should be passed. */
/* 1 and -1 are for future implementation */
/* 0: Default. Jump to a time which may be either <> time_in_pts_ticks */
/* 1: After. Always jump to a time that is > time_in_pts_ticks */
/* -1: Before. Always jump to a time that is < time_in_pts_ticks */
dvdnav_status_t dvdnav_jump_to_sector_by_time(dvdnav_t *this,
uint64_t time_in_pts_ticks, int32_t mode)
...
The corresponding .h interface was also updated.
My apologies for not implementing the new parameter, but as I detailed
in another email, the change looks quite significant.
As far as I know, there are no other known pending changes/requests. I
am hoping that this patch is at a final state.
Please let me know what else should be done to get this patch accepted.
Thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jump_to_time.rev6.patch
Type: application/octet-stream
Size: 20486 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/attachments/20120425/f6604481/attachment-0001.obj>
More information about the DVDnav-discuss
mailing list