Changeset 2e65b47b71e8458270d3988271200232536acbe5

Show
Ignore:
Timestamp:
04/06/08 22:05:07 (4 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1212609907 +0200
git-parent:

[3088c9e953ab32bf63e93490f78a278e488bb5ce]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1212591199 +0200
Message:

Only try creating the filter chain once.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/video_output/video_output.c

    r350148d r2e65b47  
    967967                msg_Err( p_vout, "Video filter chain creation failed" ); 
    968968 
    969             else 
    970             { 
    971                 free( p_vout->psz_vf2 ); 
    972                 p_vout->psz_vf2 = NULL; 
    973             } 
     969            free( p_vout->psz_vf2 ); 
     970            p_vout->psz_vf2 = NULL; 
    974971            vlc_mutex_unlock( &p_vout->vfilter_lock ); 
    975972        }