Commit fea438f1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

v4l2: disable debugging message

parent 4b334c63
...@@ -1320,7 +1320,7 @@ static block_t* GrabVideo( demux_t *p_demux ) ...@@ -1320,7 +1320,7 @@ static block_t* GrabVideo( demux_t *p_demux )
i_late = 0; i_late = 0;
p_sys->i_deadline = now + p_sys->i_duration + i_late; p_sys->i_deadline = now + p_sys->i_duration + i_late;
} }
msg_Info( p_demux, "missed deadline by %"PRId64" microseconds", i_late ); //msg_Info( p_demux, "missed deadline by %"PRId64" microseconds", i_late );
} }
else if( p_sys->f_fps >= 0.1 && p_sys->i_deadline < 0 ) else if( p_sys->f_fps >= 0.1 && p_sys->i_deadline < 0 )
p_sys->i_deadline = mdate() + p_sys->i_duration; p_sys->i_deadline = mdate() + p_sys->i_duration;
......
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