Changeset 92a7fbd19d9c53b9193293c09907a2bd02a71b0b
- Timestamp:
- 07/06/08 00:50:53
(2 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1215298253 +0200
- git-parent:
[6762588097a324c9158a964c578e7d0d641704fc]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1215298229 +0200
- Message:
There is no need to reload the playlist on every single cycle of the manage thread. Trust the callbacks triggering 'PlaylistChanged?' in VLCMain.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra15af1b |
r92a7fbd |
|
| 1369 | 1369 | { |
|---|
| 1370 | 1370 | p_intf->p_sys->i_play_status = END_S; |
|---|
| 1371 | | p_intf->p_sys->b_playlist_update = true; |
|---|
| 1372 | 1371 | [self playStatusUpdated: p_intf->p_sys->i_play_status]; |
|---|
| 1373 | 1372 | [o_embedded_window playStatusUpdated: p_intf->p_sys->i_play_status]; |
|---|