Changeset a9b77da48151c2267bdc5c37421a384b9e1fb9ec
- Timestamp:
- 01/17/08 15:41:50
(8 months ago)
- Author:
- Ilkka Ollakka <ileoo@videolan.org>
- git-committer:
- Ilkka Ollakka <ileoo@videolan.org> 1200580910 +0000
- git-parent:
[d92d2fd5f52f24b76bdcbb4855749fc521fe9e8c]
- git-author:
- Ilkka Ollakka <ileoo@videolan.org> 1200580910 +0000
- Message:
partly revert [23991]. vlc:skip ain't supported, and that
vlc:nop->vlc:skip revert was unintented.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99f6722 |
ra9b77da |
|
| 713 | 713 | return VLC_FALSE; |
|---|
| 714 | 714 | } |
|---|
| 715 | | p_new_input = input_ItemNewWithType( VLC_OBJECT( p_playlist ), "vlc:skip", |
|---|
| | 715 | p_new_input = input_ItemNewWithType( VLC_OBJECT( p_playlist ), "vlc:nop", |
|---|
| 716 | 716 | psz_title, 0, NULL, -1, ITEM_TYPE_DIRECTORY ); |
|---|
| 717 | 717 | if( p_new_input ) |
|---|