Changeset 9b587a816efb36bd3fd3aae9f066cc94bc14e9d0
- Timestamp:
- 06/28/08 16:09:05
(2 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1214662145 +0200
- git-parent:
[cb02b264b58150bf45d0f68019ac32c02d2b5f1e]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1214662145 +0200
- Message:
Fix a few bugs in mosaic bridge.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf66626b |
r9b587a8 |
|
| 83 | 83 | return; |
|---|
| 84 | 84 | |
|---|
| 85 | | assert( p_pic->p_sys ); |
|---|
| 86 | 85 | if( p_pic->p_sys ) |
|---|
| 87 | 86 | { |
|---|
| … | … | |
| 440 | 439 | filter_chain_AppendFromString( p_sys->p_vf2, psz_chain ); |
|---|
| 441 | 440 | free( psz_chain ); |
|---|
| | 441 | } |
|---|
| | 442 | else |
|---|
| | 443 | { |
|---|
| | 444 | p_sys->p_vf2 = NULL; |
|---|
| 442 | 445 | } |
|---|
| 443 | 446 | |
|---|