vlc | branch: master | Rune Botten <[email protected]> | Mon Dec 13 13:46:24 2010 +0100| [ae352dedeaec88dc54f4e7c5c93f94177da636d8] | committer: Felix Paul Kühne
Documentation error, is milliseconds Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae352dedeaec88dc54f4e7c5c93f94177da636d8 --- projects/macosx/framework/Headers/Public/VLCTime.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/projects/macosx/framework/Headers/Public/VLCTime.h b/projects/macosx/framework/Headers/Public/VLCTime.h index 7d22297..0436784 100644 --- a/projects/macosx/framework/Headers/Public/VLCTime.h +++ b/projects/macosx/framework/Headers/Public/VLCTime.h @@ -29,7 +29,7 @@ */ @interface VLCTime : NSObject <NSCopying> { - NSNumber * value; //< Holds, in seconds, the VLCTime value + NSNumber * value; //< Holds, in milliseconds, the VLCTime value } /* Factories */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
