Changeset 9b587a816efb36bd3fd3aae9f066cc94bc14e9d0

Show
Ignore:
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
  • modules/stream_out/mosaic_bridge.c

    rf66626b r9b587a8  
    8383        return; 
    8484 
    85     assert( p_pic->p_sys ); 
    8685    if( p_pic->p_sys ) 
    8786    { 
     
    440439        filter_chain_AppendFromString( p_sys->p_vf2, psz_chain ); 
    441440        free( psz_chain ); 
     441    } 
     442    else 
     443    { 
     444        p_sys->p_vf2 = NULL; 
    442445    } 
    443446