Commit 8abe10b5 authored by Rafaël Carré's avatar Rafaël Carré

audiobargraph_v: use NULL

parent 0c630661
......@@ -639,7 +639,7 @@ static subpicture_t *FilterSub(filter_t *p_filter, mtime_t date)
/* Basic test: b_spu_update occurs on a dynamic change */
if (!p_sys->b_spu_update) {
vlc_mutex_unlock(&p_sys->lock);
return 0;
return NULL;
}
p_pic = p_BarGraph->p_pic;
......
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