Changeset 54f1118b5e119508302d5967e2df8e3cbfeb630e
- Timestamp:
- 02/11/06 15:26:53
(3 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1139668013 +0000
- git-parent:
[9f997dca438ef0671304f51e8b292c66d9f0b3c6]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1139668013 +0000
- Message:
Don't crash in record filter (Closes:#542)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2cb472d |
r54f1118 |
|
| 305 | 305 | |
|---|
| 306 | 306 | p_vout = vlc_object_find( p_access, VLC_OBJECT_VOUT, FIND_ANYWHERE ); |
|---|
| | 307 | if( !p_vout ) return; |
|---|
| 307 | 308 | |
|---|
| 308 | 309 | if( p_vout != p_sys->p_vout ) |
|---|