diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-16 22:43:11 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-07-17 07:00:53 +0200 |
commit | 0a858048af695e0d5788f0613fc2dc490572e1de (patch) | |
tree | 5cb2066d40cefa2afae6cfebba076f8fe2fca772 /doc | |
parent | a4e540c4f58f4c3b8d2cd924d6cd7ebf8183b074 (diff) | |
download | ffmpeg-0a858048af695e0d5788f0613fc2dc490572e1de.tar.gz |
ffplay: warn that -pix_fmt is no longer working, suggest alternative
Also remove now unused variable.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffplay.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 8e40c8fd3d..d60852603a 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -69,7 +69,8 @@ also sources and sinks). @section Advanced options @table @option @item -pix_fmt @var{format} -Set pixel format. +This option has been removed. Use private options for specifying the +input pixel format. @item -stats Show the stream duration, the codec parameters, the current position in the stream and the audio/video synchronisation drift. |