]> git.sesse.net Git - ffmpeg/blobdiff - doc/avplay.texi
doc: add apidoc target for doxygen API documentation
[ffmpeg] / doc / avplay.texi
index d7fecf0db0a1ea6e67eb57a70188eaa4304b577a..8fc33081de436c6670d6fb5ccfd293e275ec7508 100644 (file)
@@ -28,7 +28,7 @@ various Libav APIs.
 @chapter Options
 @c man begin OPTIONS
 
-@include fftools-common-opts.texi
+@include avtools-common-opts.texi
 
 @section Main options
 
@@ -39,7 +39,8 @@ Force displayed width.
 Force displayed height.
 @item -s @var{size}
 This option has been removed. Use private format options for specifying the
-input video size.
+input video size.  For example with the rawvideo demuxer you need to specify the
+option @var{video_size}.
 @item -an
 Disable audio.
 @item -vn
@@ -70,7 +71,8 @@ also sources and sinks).
 @table @option
 @item -pix_fmt @var{format}
 This option has been removed. Use private options for specifying the
-input pixel format.
+input pixel format. For example with the rawvideo demuxer you need to specify
+the option @var{pixel_format}.
 @item -stats
 Show the stream duration, the codec parameters, the current position in
 the stream and the audio/video synchronisation drift.
@@ -170,7 +172,7 @@ Seek to percentage in file corresponding to fraction of width.
 @settitle AVplay media player
 
 @c man begin SEEALSO
-avconv(1), avprobe(1), avserver(1) and the Libav HTML documentation
+avconv(1), avprobe(1) and the Libav HTML documentation
 @c man end
 
 @c man begin AUTHORS