diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-07-13 17:17:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-13 17:17:21 +0200 |
commit | ff2fda57dfb6164346bf1abd5c9c0525df915dbd (patch) | |
tree | 94f70fc88175dd059c0e86444964e2abcdf3859c /doc/protocols.texi | |
parent | 790e25ef61fc1da803cc70ec960a3ab4aa0884db (diff) | |
download | ffmpeg-ff2fda57dfb6164346bf1abd5c9c0525df915dbd.tar.gz |
doc/protocol.texi: fix missed application reference
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index bed5f0759a..75a5976270 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -414,7 +414,7 @@ ffmpeg -re -i @var{input} -f rtsp -muxdelay 0.1 rtsp://server/live.sdp To receive a stream in realtime: @example -avconv -rtsp_flags listen -i rtsp://ownaddress/live.sdp @var{output} +ffmpeg -rtsp_flags listen -i rtsp://ownaddress/live.sdp @var{output} @end example @section sap |