]> git.sesse.net Git - ffmpeg/blobdiff - doc/ffplay.texi
doc: replace avserver by ffserver as we have not done that rename
[ffmpeg] / doc / ffplay.texi
index f9f5e07cdad9350b9c687e9700a48f32124f5718..55ff2118da28a7bbb4de1c9e7f45ee89323e92ae 100644 (file)
@@ -28,7 +28,7 @@ various FFmpeg APIs.
 @chapter Options
 @c man begin OPTIONS
 
-@include fftools-common-opts.texi
+@include avtools-common-opts.texi
 
 @section Main options
 
@@ -38,8 +38,9 @@ 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.
+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
@@ -90,6 +91,7 @@ Read @var{input_file}.
 @table @option
 @item -pix_fmt @var{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.