Browse Source

doc/filters/scale: do not explicitly state the default swscale flags value

This is done is order to avoid the need of synching scale with libswscale
docs in case the libswscale default changes.
tags/n2.1
Stefano Sabatini 12 years ago
parent
commit
f02bab6d09
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      doc/filters.texi

+ 4
- 4
doc/filters.texi View File

@@ -6605,10 +6605,10 @@ are flagged as interlaced or not.
Default value is @samp{0}.

@item flags
Set libswscale scaling flags. If not explictly specified the filter
applies a bicubic scaling algorithm.
See @ref{sws_flags,,the ffmpeg-scaler manual,ffmpeg-scaler} for
the complete list of values.
Set libswscale scaling flags. See
@ref{sws_flags,,the ffmpeg-scaler manual,ffmpeg-scaler} for the
complete list of values. If not explictly specified the filter applies
the default flags.

@item size, s
Set the video size, the value must be a valid abbreviation or in the


Loading…
Cancel
Save