Commit 51b83519 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unitialized value

parent a7549358
......@@ -1980,6 +1980,7 @@ cam_t *en50221_Init( vlc_object_t *obj, int fd )
p_cam->i_timeout = CLOCK_FREQ / 10;
/* Wait a bit otherwise it doesn't initialize properly... */
msleep( CLOCK_FREQ / 10 );
p_cam->i_next_event = 0;
}
else
if( caps.slot_type & CA_CI )
......
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