[MPlayer-dev-eng] [PATCH] reduce vdec verbosity

Diego Biurrun diego at biurrun.de
Wed Sep 30 15:47:34 CEST 2009


On Wed, Sep 23, 2009 at 09:15:00PM -0400, compn wrote:
> On Wed, 23 Sep 2009 19:22:52 +0200, Diego Biurrun wrote:
> >
> >Currently vd.c prints some redundant information:
> >
> >VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12)
> >VDec: using Planar YV12 as output csp (no 0)
> >Movie-Aspect is 1.36:1 - prescaling to correct movie aspect.
> >VO: [xv] 720x576 => 784x576 Planar YV12 
> 
> you should paste the before and after output when changing it.

before:

==========================================================================
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [null] 720x576 => 1024x576 Planar YV12 

after:

==========================================================================
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [null] 720x576 => 1024x576 Planar YV12 

> >I consider this debug output that should only be available in verbose
> >mode.
> 
> are you talking about the two VDec: lines? i cant tell from the patch.
> i dont remember any particular bugs that those lines helped out with.

Yes.

Diego



More information about the MPlayer-dev-eng mailing list