[vlc-devel] commit: qtcapture: msg_Err->msg_Dbg (Pierre d'Herbemont )
git version control
git at videolan.org
Mon May 26 02:30:27 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Mon May 26 02:31:40 2008 +0200| [ba369e1fd642d2ed22a801881171e6ed4751fac3]
qtcapture: msg_Err->msg_Dbg
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba369e1fd642d2ed22a801881171e6ed4751fac3
---
modules/access/qtcapture.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/qtcapture.m b/modules/access/qtcapture.m
index 2cad815..04459a7 100644
--- a/modules/access/qtcapture.m
+++ b/modules/access/qtcapture.m
@@ -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 );
More information about the vlc-devel
mailing list