# HG changeset patch # User rathann # Date 1381092440 0 # Node ID 9ec21bb5556e4fbfbc8eacedfc75adeba5a8584c # Parent fef53ca485417784b9631147ed7cbf608f3ba20e Correct comment. dvdnav_time_search *is* implemented, just somewhat inaccurately. Patch by Roger Pack. diff -r fef53ca48541 -r 9ec21bb5556e dvdnav/dvdnav.h --- a/dvdnav/dvdnav.h Thu Oct 03 23:15:54 2013 +0000 +++ b/dvdnav/dvdnav.h Sun Oct 06 20:47:20 2013 +0000 @@ -382,7 +382,7 @@ * Stop playing the current position and start playback of the title * from the specified timecode. * - * Currently unimplemented! + * Currently implemented using interpolation, which is slightly inaccurate. */ dvdnav_status_t dvdnav_time_search(dvdnav_t *self, uint64_t time);