diff options
author | Lou Logan <lou@lrcd.com> | 2012-01-12 10:24:26 -0900 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-13 00:33:35 +0100 |
commit | a2c419848df3e76e164bd19c3841f39d2971d326 (patch) | |
tree | 7e379f8c24063bd795b109c0f906aeabfe015524 /doc | |
parent | 2c902045981598a729178e27abd528a48dd384ca (diff) | |
download | ffmpeg-streaming-a2c419848df3e76e164bd19c3841f39d2971d326.zip ffmpeg-streaming-a2c419848df3e76e164bd19c3841f39d2971d326.tar.gz |
docs: remove extra sar entry for scale filter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 99e157d..2afc1d3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2112,9 +2112,6 @@ input sample aspect ratio @item dar input display aspect ratio, it is the same as (@var{iw} / @var{ih}) * @var{sar} -@item sar -input sample aspect ratio - @item hsub, vsub horizontal and vertical chroma subsample values. For example for the pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1. |