From 208e63b47907fac1cc5071c0167533cc525a6d5d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 17 Jul 2007 12:07:10 +0000 Subject: mention rfc 4629 for rtp-h263(+) Originally committed as revision 9715 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/faq.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/faq.texi') diff --git a/doc/faq.texi b/doc/faq.texi index d26c6b50ad..c7c3bae943 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -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 -- cgit v1.2.3