summaryrefslogtreecommitdiff
path: root/doc/ffplay.texi
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-01 00:40:28 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-01 00:58:49 +0200
commit940a116b1f441b90e49886bfc07e0137ae342d5a (patch)
treec6c23f8f07c6a0d3212677d499c9d1a28ab513f1 /doc/ffplay.texi
parent8460b757c2c20b57d1dd1c1989086f942a261b4b (diff)
downloadffmpeg-940a116b1f441b90e49886bfc07e0137ae342d5a.tar.gz
Unbreak ffplay -s and ffplay -pix_fmt.
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r--doc/ffplay.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index 44fbad1029..9390e14741 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -38,8 +38,9 @@ Force displayed width.
@item -y @var{height}
Force displayed height.
@item -s @var{size}
-This option has been removed. Use private format options for specifying the
-input video size.
+Set frame size (WxH or abbreviation), needed for videos which do
+not contain a header with the frame size like raw YUV. This option
+has been deprecated in favor of private options, try -video_size.
@item -an
Disable audio.
@item -vn
@@ -89,8 +90,8 @@ Read @var{input_file}.
@section Advanced options
@table @option
@item -pix_fmt @var{format}
-This option has been removed. Use private options for specifying the
-input pixel format.
+Set pixel format.
+This option has been deprecated in favor of private options, try -pixel_format.
@item -stats
Show the stream duration, the codec parameters, the current position in
the stream and the audio/video synchronisation drift.