]> git.sesse.net Git - vlc/commitdiff
Documentation error, is milliseconds
authorRune Botten <rbotten@gmail.com>
Mon, 13 Dec 2010 12:46:24 +0000 (13:46 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 13 Dec 2010 21:12:03 +0000 (22:12 +0100)
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
projects/macosx/framework/Headers/Public/VLCTime.h

index 7d22297a188cf98641554f2f62abd6466c3a4014..0436784e54481cdbbde5ed0606088415bfad960a 100644 (file)
@@ -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 */