Changeset 9ad990ac8df8a3a29ef20f9771d59633789c3146
- Timestamp:
- 06/27/08 13:29:41
(2 months ago)
- Author:
- Ilkka Ollakka <ileoo@videolan.org>
- git-committer:
- Ilkka Ollakka <ileoo@videolan.org> 1214566181 +0300
- git-parent:
[46cf6c1438d0c1a4b80ecbcc84a7cbbef0300930]
- git-author:
- Ilkka Ollakka <ileoo@videolan.org> 1214566181 +0300
- Message:
Don't release vout if it ain't present (eg. when audio is playing and
background image is only visible).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8e756ce |
r9ad990a |
|
| 802 | 802 | p_vout->i_object_id, val, VLC_VAR_BOOL, |
|---|
| 803 | 803 | b_isFullscreen ); |
|---|
| | 804 | vlc_object_release( p_vout ); |
|---|
| 804 | 805 | } |
|---|
| 805 | 806 | |
|---|
| 806 | | vlc_object_release( p_vout ); |
|---|
| 807 | 807 | menu->addSeparator(); |
|---|
| 808 | 808 | |
|---|