Changeset 85a8d07027d29e364346fc5ad45cd6136bece16c
- Timestamp:
- 05/07/08 20:25:54
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210184754 +0300
- git-parent:
[0d9ed88c6bb9d2827989847ccbca35cd31262ec6]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210184754 +0300
- Message:
Vorbis: yield the playlist when using it
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7bc28ee |
r85a8d07 |
|
| 727 | 727 | } |
|---|
| 728 | 728 | } |
|---|
| 729 | | var_SetInteger( pl_Get( p_input ), "item-change", p_item->i_id ); |
|---|
| | 729 | var_SetInteger( pl_Yield( p_input ), "item-change", p_item->i_id ); |
|---|
| | 730 | pl_Release( p_input ); |
|---|
| 730 | 731 | free( psz_comment ); |
|---|
| 731 | 732 | i++; |
|---|