Changeset be2879d8232e60b386382017839e9649a1cc9c8d
- Timestamp:
- 31/05/07 23:46:52
(2 years ago)
- Author:
- Laurent Aimar <fenrir@videolan.org>
- git-committer:
- Laurent Aimar <fenrir@videolan.org> 1180648012 +0000
- git-parent:
[1f1de265d9d1b1657a7ef4c5b9250825165402d7]
- git-author:
- Laurent Aimar <fenrir@videolan.org> 1180648012 +0000
- Message:
Do not use FIND_ANYWHERE for playlist.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r06bb907 |
rbe2879d |
|
| 364 | 364 | msg_Dbg( p_demux, "detected playlist mov file (%d ref)", i_count ); |
|---|
| 365 | 365 | |
|---|
| 366 | | p_playlist = |
|---|
| 367 | | (playlist_t *)vlc_object_find( p_demux, |
|---|
| 368 | | VLC_OBJECT_PLAYLIST, |
|---|
| 369 | | FIND_ANYWHERE ); |
|---|
| | 366 | p_playlist = pl_Yield( p_demux ); |
|---|
| 370 | 367 | if( p_playlist ) |
|---|
| 371 | 368 | { |
|---|