comparison dvdnav/dvdnav.h @ 432:9ec21bb5556e src

Correct comment. dvdnav_time_search *is* implemented, just somewhat inaccurately. Patch by Roger Pack.
author rathann
date Sun, 06 Oct 2013 20:47:20 +0000
parents d7720a050e67
children
comparison
equal deleted inserted replaced
431:fef53ca48541 432:9ec21bb5556e
380 380
381 /* 381 /*
382 * Stop playing the current position and start playback of the title 382 * Stop playing the current position and start playback of the title
383 * from the specified timecode. 383 * from the specified timecode.
384 * 384 *
385 * Currently unimplemented! 385 * Currently implemented using interpolation, which is slightly inaccurate.
386 */ 386 */
387 dvdnav_status_t dvdnav_time_search(dvdnav_t *self, 387 dvdnav_status_t dvdnav_time_search(dvdnav_t *self,
388 uint64_t time); 388 uint64_t time);
389 389
390 /* 390 /*