[MPlayer-dev-eng] [PATCH] silence the overly verbose mov demuxer

Guillaume POIRIER poirierg at gmail.com
Mon Mar 6 22:35:46 CET 2006


Hi,

On 3/6/06, Diego Biurrun <diego at biurrun.de> wrote:
> On Mon, Mar 06, 2006 at 10:00:28PM +0100, Michael Niedermayer wrote:
> >
> > On Mon, Mar 06, 2006 at 08:19:39PM +0100, Erik Slagter wrote:
> > > On Mon, 2006-03-06 at 19:26 +0100, Michael Niedermayer wrote:
> > > > > As an example, if i don't hear any sound i want to be able to know if
> > > > > the file does not have an audio track, if it's unsupported, if ao is
> > > > > busy, or if i just forgot to switch on the speakers. And that without
> > > > > having to rerun MPlayer with verbose parameters.
> > > >
> > > > fully agree, theres /dev/null -quiet and your eyelids already ...
> > >
> > > Problem is that you won't see the warning/error messages either because
> > >
> > >  - your eyelids are closed
> > >  - /dev/null is processing the output
> > >  - mplayer has filled your screen with barf
> >
> > apply:
> >
> > --- mp_msg.c  20 Jan 2006 20:38:46 -0000      1.32
> > +++ mp_msg.c  6 Mar 2006 20:52:39 -0000
> > @@ -1,5 +1,5 @@
> >
> > -//#define MSG_USE_COLORS
> > +#define MSG_USE_COLORS
>
> Bah, I added this (commented out) to configure a long time ago, that's
> the proper place to make the change ;)

Be careful if you want to add it back: it doesn't work well on windows.

Guillaume
--
Reinventing the wheel certainly is annoying, but as long as all other
wheels are square...

Reimar Döffinger




More information about the MPlayer-dev-eng mailing list