diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-16 08:54:59 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-16 08:54:59 +0000 |
commit | 78a3c678f62981ecd9a2be7ce70746c43c2f8e86 (patch) | |
tree | c3bb573529057b9b0304a3e483d6e74582b7cb98 /doc/faq.texi | |
parent | 29b4b8351b962c404ccbbdca23d6c254af95e732 (diff) | |
download | ffmpeg-78a3c678f62981ecd9a2be7ce70746c43c2f8e86.tar.gz |
spelling/grammar/wording
Originally committed as revision 9694 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 01db96e446..d26c6b50ad 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -419,12 +419,12 @@ see @url{http://www.iversenit.dk/dev/ffmpeg-headers/} see @url{http://svn.mplayerhq.hu/michael/trunk/docs/} -@section how do i feed rtp-h263 (and likely other rtp bastardizations of codecs) to libavcodec? +@section how do I feed H.263-RTP (and likely other RTP bastardizations of codecs) to libavcodec? -Remove _ALL_ rtp trash and either feed the fragments through a AVParser and +Remove _ALL_ RTP trash and either feed the fragments through an AVParser and then into the decoder or merge the fragments yourself into proper frames and -feed them into the decoder. Note! the payload of h263-rtp is is not valid -h263 you at least have to merge the first and last bytes discarding rtp trash +feed them into the decoder. Note: The payload of H.263-RTP is not valid +H.263 you at least have to merge the first and last bytes discarding RTP trash from them, possibly more. @bye |