[vlc-devel] commit: Fix typo in input_item header ( Sébastien Escudier )

git version control git at videolan.org
Tue Aug 25 02:52:50 CEST 2009


vlc | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Mon Aug 24 17:41:02 2009 +0200| [b56436908febcba671fde78649f172e48a998165] | committer: Pierre d'Herbemont 

Fix typo in input_item header

Signed-off-by: Pierre d'Herbemont <pdherbemont at free.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b56436908febcba671fde78649f172e48a998165
---

 include/vlc_input_item.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index 4d6a83c..6d4800e 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -64,7 +64,7 @@ struct input_item_t
     uint8_t    *optflagv;            /**< Some flags of input options */
     unsigned   optflagc;
 
-    mtime_t    i_duration;           /**< Duration in milliseconds*/
+    mtime_t    i_duration;           /**< Duration in microseconds */
 
     uint8_t    i_type;               /**< Type (file, disc, ... see input_item_type_e) */
     bool b_prefers_tree;             /**< Do we prefer being displayed as tree*/




More information about the vlc-devel mailing list