Changeset 0d9ed88c6bb9d2827989847ccbca35cd31262ec6
- Timestamp:
- 07/05/08 20:18:49
(5 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210184329 +0300
- git-parent:
[6dad9cd75cdcc66c4553bd970892c1e29598d561]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210184329 +0300
- Message:
SAP: yield and release the playlist
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r97897ee |
r0d9ed88 |
|
| 1525 | 1525 | |
|---|
| 1526 | 1526 | if( p_announce->i_input_id > -1 ) |
|---|
| 1527 | | playlist_DeleteFromInput( pl_Get(p_sd), p_announce->i_input_id, false ); |
|---|
| | 1527 | { |
|---|
| | 1528 | playlist_DeleteFromInput( pl_Yield( p_sd ), |
|---|
| | 1529 | p_announce->i_input_id, false ); |
|---|
| | 1530 | pl_Release( p_sd ); |
|---|
| | 1531 | } |
|---|
| 1528 | 1532 | |
|---|
| 1529 | 1533 | for( i = 0; i< p_sd->p_sys->i_announces; i++) |
|---|