[vlc-commits] commit: Documentation error,	is milliseconds (Rune Botten )
    git at videolan.org 
    git at videolan.org
       
    Mon Dec 13 22:12:33 CET 2010
    
    
  
vlc | branch: master | Rune Botten <rbotten at gmail.com> | 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 <fkuehne at videolan.org>
> 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 */
    
    
More information about the vlc-commits
mailing list