[DVDnav-discuss] r1267 - trunk/libdvdnav/src/dvdnav/dvdnav.h
rathann
subversion at mplayerhq.hu
Sun Oct 6 22:47:20 CEST 2013
Author: rathann
Date: Sun Oct 6 22:47:20 2013
New Revision: 1267
Log:
Correct comment. dvdnav_time_search *is* implemented, just somewhat
inaccurately.
Patch by Roger Pack.
Modified:
trunk/libdvdnav/src/dvdnav/dvdnav.h
Modified: trunk/libdvdnav/src/dvdnav/dvdnav.h
==============================================================================
--- trunk/libdvdnav/src/dvdnav/dvdnav.h Fri Oct 4 01:15:54 2013 (r1266)
+++ trunk/libdvdnav/src/dvdnav/dvdnav.h Sun Oct 6 22:47:20 2013 (r1267)
@@ -382,7 +382,7 @@ int64_t dvdnav_get_current_time(dvdnav_t
* 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);
More information about the DVDnav-discuss
mailing list