Commit ba369e1f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

qtcapture: msg_Err->msg_Dbg

parent 9dcd81a1
......@@ -245,7 +245,7 @@ static int Open( vlc_object_t *p_this )
p_sys->width = fmt.video.i_width = 640;/* size.width; FIXME */
p_sys->height = fmt.video.i_height = 480;/* size.height; FIXME */
msg_Err( p_demux, "added new video es %4.4s %dx%d",
msg_Dbg( p_demux, "added new video es %4.4s %dx%d",
(char*)&fmt.i_codec, fmt.video.i_width, fmt.video.i_height );
p_sys->p_es_video = es_out_Add( p_demux->out, &fmt );
......
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