Browse Source

Documentation error, is milliseconds

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Rune Botten 14 years ago
parent
commit
6de64697c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Headers/Public/VLCTime.h

+ 1 - 1
Headers/Public/VLCTime.h

@@ -29,7 +29,7 @@
  */
  */
 @interface VLCTime : NSObject <NSCopying>
 @interface VLCTime : NSObject <NSCopying>
 {
 {
-    NSNumber * value;       //< Holds, in seconds, the VLCTime value
+    NSNumber * value;       //< Holds, in milliseconds, the VLCTime value
 }
 }
 
 
 /* Factories */
 /* Factories */