[vlc-commits] vlc_input_item: fix the documentation of the duration

Steve Lhomme git at videolan.org
Fri Oct 19 11:14:59 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Oct 19 11:14:48 2018 +0200| [16e1cf1512676e9e747363f73b87dc42dca7458d] | committer: Steve Lhomme

vlc_input_item: fix the documentation of the duration

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

 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 57fc16193c..787f99a78b 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -85,7 +85,7 @@ struct input_item_t
     unsigned   optflagc;
     input_item_opaque_t *opaques;    /**< List of opaque pointer values */
 
-    vlc_tick_t i_duration;           /**< Duration in microseconds */
+    vlc_tick_t i_duration;           /**< Duration in vlc ticks */
 
 
     int        i_categories;         /**< Number of info categories */



More information about the vlc-commits mailing list