Commit f644e154 authored by lu_zero's avatar lu_zero

Editorial cleanup, thanks Diego =)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9723 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 59674313
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment