Commit 497ea18f authored by Eric Petit's avatar Eric Petit

video_filter/mosaic.c: compile fix

parent bef3f3ea
......@@ -176,8 +176,8 @@ static int CreateFilter( vlc_object_t *p_this )
if( psz_order[0] != 0 )
{
i_index = 0;
char* psz_end=NULL;
i_index = 0;
do
{
psz_end = strchr( psz_order, ',' );
......
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