From: Sébastien Escudier Date: Mon, 24 Aug 2009 15:41:02 +0000 (+0200) Subject: Fix typo in input_item header X-Git-Tag: 1.1.0-ff~3940 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b56436908febcba671fde78649f172e48a998165;p=vlc Fix typo in input_item header Signed-off-by: Pierre d'Herbemont --- diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h index 4d6a83cd3f..6d4800ef47 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*/