Mercurial > mplayer.hg
comparison DOCS/tech/playtree @ 22316:f3d7a1b58a82
cosmetics: Fix some common typos, appropiate --> appropRiate,
handEling --> handling, dependAnt --> dependEnt.
author | diego |
---|---|
date | Sat, 24 Feb 2007 10:27:14 +0000 |
parents | 252fb0cf331a |
children | 49a433e2e78f |
comparison
equal
deleted
inserted
replaced
22315:0a0191bc366d | 22316:f3d7a1b58a82 |
---|---|
115 | 115 |
116 Ok, that's all for now. To have some exemples look into mplayer.c ;) | 116 Ok, that's all for now. To have some exemples look into mplayer.c ;) |
117 First just after config parsing, the iterator is created there. Also | 117 First just after config parsing, the iterator is created there. Also |
118 after stream opening, in case the stream is a playlist it replace the | 118 after stream opening, in case the stream is a playlist it replace the |
119 entry which contained the playlist by the result of the parsing. | 119 entry which contained the playlist by the result of the parsing. |
120 In the event handeling it check if a step can be done, etc. And finnaly | 120 In the event handling it check if a step can be done, etc. And finnaly |
121 at the end it go the next entry. | 121 at the end it go the next entry. |
122 | 122 |
123 Suggestion, flames, etc about this doc must go to albeu@free.fr | 123 Suggestion, flames, etc about this doc must go to albeu@free.fr |