diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-26 17:51:34 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-09 19:56:21 +0200 |
commit | 266463daff7bbd4c3a8a26ff11b1131df0fd5520 (patch) | |
tree | b7f190b7a5fe4fae5e392372f599624c5450cfee /doc/indevs.texi | |
parent | 7351eb14151602fa924ab3d5e374b7d60f32aff9 (diff) | |
download | ffmpeg-266463daff7bbd4c3a8a26ff11b1131df0fd5520.tar.gz |
Rename ffplay to avplay.
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index fa21c099d5..e1c058b8a6 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -199,10 +199,10 @@ tools. @example # Grab and show the input of a video4linux device, frame rate is set # to the default of 25/1. -ffplay -s 320x240 -f video4linux /dev/video0 +avplay -s 320x240 -f video4linux /dev/video0 # Grab and show the input of a video4linux2 device, autoadjust size. -ffplay -f video4linux2 /dev/video0 +avplay -f video4linux2 /dev/video0 # Grab and record the input of a video4linux2 device, autoadjust size, # frame rate value defaults to 0/0 so it is read from the video4linux2 |