Skip to content
Snippets Groups Projects
Commit ba369e1f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont
Browse files

qtcapture: msg_Err->msg_Dbg

parent 9dcd81a1
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment