[MPlayer-users] -sws default documented wrong.

Charles Wilcox willo at wpi.edu
Fri Sep 17 17:16:54 CEST 2004


The man pages claim the default option for -sws is 0 (fast bilinear), when in 
fact it is 2 (bicubic).

>From the english man page in 1.0-pre5:

        -sws <software scaler type> (see -vf scale option too)
             ...
                  0    fast bilinear (default)

However, cfg-common.h:

         {"sws", &sws_flags, CONF_TYPE_INT, 0, 0, 2, NULL},

A simple mencoder run without any -sws option provided will show that SwScaler 
is running at "BICUBIC scaler".

  -- Charles Wilcox




More information about the MPlayer-users mailing list