Commit 8f0ac86b authored by Rocky Bernstein's avatar Rocky Bernstein

Okay microseconds, then.

parent 68f05ac2
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* item.c : Playlist item functions * item.c : Playlist item functions
***************************************************************************** *****************************************************************************
* Copyright (C) 1999-2001 VideoLAN * Copyright (C) 1999-2001 VideoLAN
* $Id: item.c,v 1.7 2003/12/05 01:52:11 rocky Exp $ * $Id: item.c,v 1.8 2003/12/05 02:12:53 rocky Exp $
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* *
...@@ -51,7 +51,7 @@ int playlist_Add( playlist_t *p_playlist, const char *psz_target, ...@@ -51,7 +51,7 @@ int playlist_Add( playlist_t *p_playlist, const char *psz_target,
* \param p_playlist the playlist to add into * \param p_playlist the playlist to add into
* \param psz_uri the mrl to add to the playlist * \param psz_uri the mrl to add to the playlist
* \param psz_name a text giving a name or description of this item * \param psz_name a text giving a name or description of this item
* \param i_duration a hint about the duration of this item, in milliseconds, * \param i_duration a hint about the duration of this item, in microseconds,
* or -1 if unknown. * or -1 if unknown.
* \param ppsz_options array of options * \param ppsz_options array of options
* \param i_options number of items in ppsz_options * \param i_options number of items in ppsz_options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment