]> git.sesse.net Git - ffmpeg/blobdiff - doc/ffplay.texi
h264: prevent an out of array read in decode_nal_units()
[ffmpeg] / doc / ffplay.texi
index 44fbad10291fa04e18b21cef536be7144e4b5c4b..9390e14741a3debfaa2f51b3e662b9861255ec8c 100644 (file)
@@ -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.