[FFmpeg-devel] [PATCH] ffplay: remove -x and -y options

Stefano Sabatini stefano.sabatini-lala at poste.it
Mon Apr 11 16:13:41 CEST 2011


On date Monday 2011-04-11 15:15:31 +0200, Michael Niedermayer encoded:
> On Mon, Apr 11, 2011 at 12:38:20PM +0200, Stefano Sabatini wrote:
> > The interaction logic with -vf was wrong. In order to avoid the burden
> > of maintaining two distinct logic paths the options are removed in
> > favor of the use of -vf and the scale filter.
> > 
> > Fix trac ticket #45.
> > 
> > Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
> > ---
> >  doc/ffplay.texi |    5 +++--
> >  ffplay.c        |   17 ++++++-----------
> >  2 files changed, 9 insertions(+), 13 deletions(-)
> 
> thanks & ok

After more thought... this looks an SDL bug, really not related with
-vf at all.

But the user will be able to workaround the bug by using the FFmpeg
scaler (possibly more CPU-intensive, less bugged and with higher
quality), but we should leave the choice to the user (and report the
bug to SDL).
-- 
FFmpeg = Foolish Fancy Majestic Powered Extreme Glue


More information about the ffmpeg-devel mailing list