summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-07-13 17:17:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-13 17:17:21 +0200
commitff2fda57dfb6164346bf1abd5c9c0525df915dbd (patch)
tree94f70fc88175dd059c0e86444964e2abcdf3859c
parent790e25ef61fc1da803cc70ec960a3ab4aa0884db (diff)
doc/protocol.texi: fix missed application reference
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/protocols.texi2
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