diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-16 23:08:06 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-07-17 07:00:37 +0200 |
commit | a4e540c4f58f4c3b8d2cd924d6cd7ebf8183b074 (patch) | |
tree | b6ab342b03297bae39bc7af8815e110298f7f28b /doc | |
parent | 25dfda7f318c570990aab5f699b9cb3e22bcd4c6 (diff) | |
download | ffmpeg-a4e540c4f58f4c3b8d2cd924d6cd7ebf8183b074.tar.gz |
ffplay: warn that -s is no longer working, suggest alternative
Also remove now unused variables.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffplay.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index e5de3d2d6d..8e40c8fd3d 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -38,8 +38,8 @@ Force displayed width. @item -y @var{height} Force displayed height. @item -s @var{size} -Set frame size (WxH or abbreviation), needed for videos which don't -contain a header with the frame size like raw YUV. +This option has been removed. Use private format options for specifying the +input video size. @item -an Disable audio. @item -vn |