OSDN Git Service

mention rfc 4629 for rtp-h263(+)
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 17 Jul 2007 12:07:10 +0000 (12:07 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 17 Jul 2007 12:07:10 +0000 (12:07 +0000)
Originally committed as revision 9715 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/faq.texi

index d26c6b5..c7c3bae 100644 (file)
@@ -425,6 +425,6 @@ 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 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.
+from them, possibly more. Also look at rfc 4629.
 
 @bye