Changeset 6cecc60ac189cb7ec6726320908851413f27f7e6
- Timestamp:
- 23/11/06 16:20:06
(2 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1164295206 +0000
- git-parent:
[fbe63757e1d860824f643b78bdb67f235073a0d3]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1164295206 +0000
- Message:
* Fix playlist play of mp4 ref files.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0900f11 |
r6cecc60 |
|
| 429 | 429 | if( psz_ref ) free( psz_ref ); |
|---|
| 430 | 430 | } |
|---|
| 431 | | if( b_play && p_playlist->status.p_item && |
|---|
| 432 | | p_playlist->status.p_item->i_children > 0) |
|---|
| | 431 | if( b_play && p_item_in_category && |
|---|
| | 432 | p_item_in_category->i_children > 0 ) |
|---|
| 433 | 433 | { |
|---|
| 434 | 434 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, VLC_TRUE, |
|---|
| 435 | | p_playlist->status.p_item, NULL ); |
|---|
| | 435 | p_item_in_category, NULL ); |
|---|
| 436 | 436 | } |
|---|
| 437 | 437 | vlc_object_release( p_playlist ); |
|---|