From b56436908febcba671fde78649f172e48a998165 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Escudier?= Date: Mon, 24 Aug 2009 17:41:02 +0200 Subject: [PATCH] Fix typo in input_item header Signed-off-by: Pierre d'Herbemont --- include/vlc_input_item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/ -- 2.39.2