[vlc-devel] [PATCH] Simplify msg_* priority

Jean-Baptiste Kempf jb at videolan.org
Wed Jul 28 16:00:17 CEST 2010


On Wed, Jul 28, 2010 at 03:56:29PM +0200, Rafaël Carré wrote :
> Remove misused msg_Info(), which really was a more outstanding msg_Dbg()

msg_Info is useful and should be used to tell informative stuffs, like
samplerate, codecs and so on.

Avcodec uses it well for example:
video.c: msg_Info( p_dec, "Using %s for hardware decoding.", p_sys->p_va->description );

Or Dts:
codec/dts.c: msg_Info( p_dec, "DTS channels:%d samplerate:%d  bitrate:%d",

Therefore, I don't think we should remove it.


-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list