diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-07-17 14:59:29 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-07-17 14:59:29 +0000 |
commit | 33ed2d843ecb1ed50fde1e8fb1f584a72a160bde (patch) | |
tree | f28e93adead1bd8d98aa460b61aa9c80b6fada37 | |
parent | 241fb0c4ffadca68013dced3a4538d4228674567 (diff) | |
download | ffmpeg-33ed2d843ecb1ed50fde1e8fb1f584a72a160bde.tar.gz |
Editorial cleanup, thanks Diego =)
Originally committed as revision 9723 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/faq.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index ef89924ed5..1aeb5136ce 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -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 |