Mercurial > libdvdnav.hg
changeset 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 | fef53ca48541 |
| children | 1c7c804e9c82 |
| files | dvdnav/dvdnav.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);
