Commit 79f436db authored by Jean-Paul Saman's avatar Jean-Paul Saman

Return NULL iso 0

parent 33db138b
......@@ -262,7 +262,7 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
int i_nb_planes = p_pic->i_planes;
/* Check if format properties changed */
if( CheckInit( p_filter ) != VLC_SUCCESS ) return 0;
if( CheckInit( p_filter ) != VLC_SUCCESS ) return NULL;
/* Request output picture */
p_pic_dst = p_filter->pf_vout_buffer_new( p_filter );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment