summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-09-07 13:49:44 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-09-07 13:49:44 +0000
commit1156c6b05fb365237aa3cbfe5414cc7ea72314ba (patch)
treeb1f5cae860c44484c9bd766bf8976725864eb630 /doc/ffmpeg-doc.texi
parentc7682de075099bb05d44c7d4730baa55cc9e44f2 (diff)
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos.
-f oss and -f audio_beos should be used instead. Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index dd015d4dfc..3cdf3ab616 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -30,7 +30,7 @@ FFmpeg can grab video and audio from devices given that you specify the input
format and device.
@example
-ffmpeg -f audio_device -i /dev/dsp -f video4linux2 -i /dev/video0 /tmp/out.mpg
+ffmpeg -f oss -i /dev/dsp -f video4linux2 -i /dev/video0 /tmp/out.mpg
@end example
Note that you must activate the right video source and channel before