[vlc-devel] [PATCH] Documentation error, is milliseconds
Rune Botten
rbotten at gmail.com
Mon Dec 13 13:46:24 CET 2010
---
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 */
--
1.6.6
More information about the vlc-devel
mailing list