Procházet zdrojové kódy

Documentation error, is milliseconds

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Rune Botten před 14 roky
rodič
revize
6de64697c3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Headers/Public/VLCTime.h

+ 1 - 1
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 */