diff options
author | root <root@muzej.(none)> | 2011-11-29 17:54:49 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-29 18:26:06 +0100 |
commit | 551b9eb9efa68fa8adf843f190358237308f7e9a (patch) | |
tree | cafd0d18c24d37971ef278135d383064af897dc9 /doc/protocols.texi | |
parent | b0a90c20041b1fc8e5cd2671c6ca59ec4b1a60df (diff) | |
download | ffmpeg-551b9eb9efa68fa8adf843f190358237308f7e9a.tar.gz |
docs: Spelling fixes to 9 texi files from /doc
credits to: Violet Lin (from Google Code-in)
Signed-off-by: burek <burek021@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 2cfa0b5577..87773cec87 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -155,8 +155,8 @@ be seekable, so they will fail with the pipe output protocol. Real-Time Messaging Protocol. -The Real-Time Messaging Protocol (RTMP) is used for streaming multimeā -dia content across a TCP/IP network. +The Real-Time Messaging Protocol (RTMP) is used for streaming +multimedia content across a TCP/IP network. The required syntax is: @example @@ -195,7 +195,7 @@ Real-Time Messaging Protocol and its variants supported through librtmp. Requires the presence of the librtmp headers and library during -configuration. You need to explicitely configure the build with +configuration. You need to explicitly configure the build with "--enable-librtmp". If enabled this will replace the native RTMP protocol. |