]> git.sesse.net Git - vlc/commitdiff
Add missing *
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 25 Dec 2006 23:49:07 +0000 (23:49 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 25 Dec 2006 23:49:07 +0000 (23:49 +0000)
src/video_output/video_output.c

index bb6b2a4da149be0e360f8927719fba0018cf76c2..45b6edfde0cfa8c3d98b11c42b489259e7644107 100644 (file)
@@ -1573,7 +1573,7 @@ static int ParseVideoFilter2Chain( vout_thread_t *p_vout, char *psz_vfilters )
             msg_Dbg( p_vout, "adding vfilter: %s",
                      p_vout->psz_vfilters[p_vout->i_vfilters_cfg] );
             p_vout->i_vfilters_cfg++;
-            if( psz_parser && psz_parser )
+            if( psz_parser && *psz_parser )
             {
                 if( p_vout->i_vfilters_cfg == MAX_VFILTERS )
                 {