Mercurial > mplayer.hg
changeset 11047:f160b005e251
spelling fixes
author | diego |
---|---|
date | Wed, 08 Oct 2003 02:13:37 +0000 |
parents | 761f81ffe198 |
children | ee881092a24a |
files | DOCS/tech/playtree |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/playtree Wed Oct 08 02:11:59 2003 +0000 +++ b/DOCS/tech/playtree Wed Oct 08 02:13:37 2003 +0000 @@ -30,7 +30,7 @@ An entry can hold more than one file, why ? -Because an entry can be a network stream and usally you have more than +Because an entry can be a network stream and usually you have more than one server. But all send the same thing, so it's only on entry with sevral sources. @@ -98,8 +98,8 @@ Then when your iter returned PLAY_TREE_ITER_ENTRY you can use play_tree_iter_get_file to get the file. If you call it more than one time it will return the next file for this entry or loop trough the list if no more -file are avaible. You can now how many files are avaible using iter->num_files -and wich one it returned using iter->file. +file are available. You can now how many files are available using +iter->num_files and wich one it returned using iter->file. In case the entry is a DVD, VCD or TV channel the returned string is not a filename but "DVD title x", "VCD track x" or "TV channel x". To distinc those case from a normal file you can check iter->tree->entry_type.