[FFmpeg-cvslog] r22948 - trunk/libavutil/log.c

Ramiro Polla ramiro.polla
Fri Apr 23 02:05:27 CEST 2010


On Thu, Apr 22, 2010 at 5:39 PM, michael <subversion at mplayerhq.hu> wrote:
> Author: michael
> Date: Thu Apr 22 22:39:34 2010
> New Revision: 22948
>
> Log:
> Disable ANSI color code until we figured out how to detect ANSI support in
> the used terminal.

Just to inform, this is how VLC determines if they are to use colors:
#if defined( HAVE_ISATTY ) && !defined( WIN32 )
    priv->b_color = isatty( 2 ); /* 2 is for stderr */
#else
    priv->b_color = false;
#endif



More information about the ffmpeg-cvslog mailing list