]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/mosaic.c
Test pointers against NULL instead of 0.
[vlc] / modules / video_filter / mosaic.c
index 438125e6918af88cfa96ec81868248f631072a68..4a16f224ac364daf264c6dba0e1e6a124f588a29 100644 (file)
@@ -495,7 +495,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
             if ( !p_es->b_empty )
             {
                 i_numpics ++;
-                if( p_sys->i_order_length && p_es->psz_id != 0 )
+                if( p_sys->i_order_length && p_es->psz_id != NULL )
                 {
                     /* We also want to leave slots for images given in
                      * mosaic-order that are not available in p_vout_picture */