Changeset 4d6512f547833838d0466c4d1f534a4671a15fd8
- Timestamp:
- 06/14/08 15:16:53
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1213449413 +0200
- git-parent:
[94e3fe126d7f582d1c64b0c23d4032d657df5a48]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1213449244 +0200
- Message:
input: No need to signal input's end to the playlist now that the playlist gets an event for that one.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc75d563 |
r4d6512f |
|
| 535 | 535 | p_input->b_eof = true; |
|---|
| 536 | 536 | input_ChangeState( p_input, END_S ); |
|---|
| 537 | | playlist_Signal( libvlc_priv (p_input->p_libvlc)->p_playlist ); |
|---|
| 538 | 537 | } |
|---|
| 539 | 538 | |
|---|