Editorial cleanup, thanks Diego =)
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 17 Jul 2007 14:59:29 +0000 (14:59 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 17 Jul 2007 14:59:29 +0000 (14:59 +0000)
Originally committed as revision 9723 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/faq.texi

index ef89924ed573d06029711497898de2db03e26b89..1aeb5136ce60b5bd1f2cf5f101150099b4d81a96 100644 (file)
@@ -417,10 +417,10 @@ see @url{http://www.iversenit.dk/dev/ffmpeg-headers/}
 
 see @url{http://svn.mplayerhq.hu/michael/trunk/docs/}
 
-@section how do I feed H.263-RTP (and other codecs in rtp) to libavcodec?
+@section how do I feed H.263-RTP (and other codecs in RTP) to libavcodec?
 
 Even if peculiar since it is network oriented, RTP is a container like any
-other. You have to DEMUX RTP before feeding the payload to libavcodec.
-In this specific case please look at rfc 4629 to see how it should be done.
+other. You have to @emph{demux} RTP before feeding the payload to libavcodec.
+In this specific case please look at RFC 4629 to see how it should be done.
 
 @bye