diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-21 16:14:32 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-12-21 16:14:32 +0000 |
commit | da262dcfb76dfa9a0363ac2c89ac10453cb7a4bc (patch) | |
tree | 45dec51160fa3cb49cf8ede6af688f6afbca2f51 | |
parent | 802b0c315ee5f387347c586009c4142cf658350e (diff) | |
download | xine-lib-da262dcfb76dfa9a0363ac2c89ac10453cb7a4bc.tar.gz xine-lib-da262dcfb76dfa9a0363ac2c89ac10453cb7a4bc.tar.bz2 |
update comment on xine_get_pos error condition
CVS patchset: 3610
CVS date: 2002/12/21 16:14:32
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index d1f99e0fd..6bdc3fa2f 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.46 2002/12/15 16:04:15 mroi Exp $ + * $Id: xine.h.in,v 1.47 2002/12/21 16:14:32 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -238,6 +238,9 @@ int xine_get_spu_lang (xine_stream_t *stream, int channel, * depending of the nature and system layer of the stream, * some or all of this information may be unavailable or incorrect * (e.g. live network streams may not have a valid length) + * + * returns 1 on success, 0 on failure (data was not updated, + * probably because it's not known yet... try again later) */ int xine_get_pos_length (xine_stream_t *stream, |